apache / rocketmq-mqtt

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
181 stars 63 forks source link

Fix the bug of Get Start in Readme #77

Closed DongyuanPan closed 2 years ago

DongyuanPan commented 2 years ago
cp -r  target/rocketmq-mqtt ~
cd ~/rocketmq-mqtt
cd conf

should be

cp -r  target/rocketmq-mqtt/rocketmq-mqtt ~
cd ~/rocketmq-mqtt
cd conf