[ROCKETMQ-85] Polish bin/README file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/7d9eac45
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/7d9eac45
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/7d9eac45
Branch: refs/heads/release-4.0.0-incubating
Commit: 7d9eac456914615d61b00794007eb826d757658c
Parents: cb4f19e
Author: yukon <yukon@apache.org>
Authored: Fri Feb 10 16:26:33 2017 +0800
Committer: yukon <yukon@apache.org>
Committed: Fri Feb 10 16:26:33 2017 +0800
----------------------------------------------------------------------
bin/README.md | 8 --------
1 file changed, 8 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/7d9eac45/bin/README.md
----------------------------------------------------------------------
diff --git a/bin/README.md b/bin/README.md
index 701898e..efbb67d 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -11,10 +11,6 @@ Before deploying broker servers, it's highly recommended to run **os.sh**,
which
`nohup sh mqbroker &`
-* Windows platform(Only support 64 bit)
-
- `mqbroker.exe`
-
### Shutdown broker
sh mqshutdown broker
@@ -23,10 +19,6 @@ Before deploying broker servers, it's highly recommended to run **os.sh**,
which
`nohup sh mqnamesrv &`
-* Windows platform(Only support 64 bit)
-
- `mqnamesrv.exe`
-
### Shutdown Nameserver
sh mqshutdown namesrv
|