Skip to content

Commit 69544fe

Browse files
authored
Merge pull request #145 from pingww/main
distributioin
2 parents 4242f6b + 9dcc191 commit 69544fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ git clone https://github.com/apache/rocketmq-mqtt
3232
2. Build the package
3333
```shell
3434
cd rocketmq-mqtt
35-
mvn clean package -DskipTests=true assembly:assembly
35+
mvn -Prelease-all -DskipTests clean install -U
3636
```
3737
3. Config
3838
```shell
39-
cp -r target/rocketmq-mqtt/rocketmq-mqtt ~
40-
cd ~/rocketmq-mqtt
39+
cd distribution/target/
4140
cd conf
4241
```
4342
Some important configuration items in the **service.conf** configuration file

0 commit comments

Comments
 (0)