From 9ec7e26edad694a6bfbef85d4f0d524b6928af92 Mon Sep 17 00:00:00 2001 From: Zhanhui Li Date: Tue, 20 Dec 2016 15:39:58 +0800 Subject: [PATCH] Fix typo and rephrase a few lines in readme document --- bin/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/README.md b/bin/README.md index d0284752..701898e5 100644 --- a/bin/README.md +++ b/bin/README.md @@ -1,9 +1,9 @@ ### Operating system tuning -Before the broker deployment, you must run **os.sh**, which is optimized for your operating system. +Before deploying broker servers, it's highly recommended to run **os.sh**, which is to optimize your operating system for better performance. ## Notice -### os.sh should be executed only once with the root permission. -### os.sh parameter settings is just for reference. You can tune it in your target host systems. +### os.sh should be executed only once with root permission. +### os.sh parameter settings are for reference purpose only. You can tune them according to your target host configurations. ### Start broker @@ -15,7 +15,7 @@ Before the broker deployment, you must run **os.sh**, which is optimized for you `mqbroker.exe` -### Shutodwn broker +### Shutdown broker sh mqshutdown broker ### Start Nameserver -- GitLab