Skip to content

Commit

Permalink
Merge pull request #145 from pingww/main
Browse files Browse the repository at this point in the history
distributioin
  • Loading branch information
pingww authored Aug 27, 2022
2 parents 4242f6b + 9dcc191 commit 69544fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ git clone https://github.com/apache/rocketmq-mqtt
2. Build the package
```shell
cd rocketmq-mqtt
mvn clean package -DskipTests=true assembly:assembly
mvn -Prelease-all -DskipTests clean install -U
```
3. Config
```shell
cp -r target/rocketmq-mqtt/rocketmq-mqtt ~
cd ~/rocketmq-mqtt
cd distribution/target/
cd conf
```
Some important configuration items in the **service.conf** configuration file
Expand Down

0 comments on commit 69544fe

Please sign in to comment.