mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-22 09:48:33 +00:00
modify readme
This commit is contained in:
@@ -88,6 +88,9 @@ Common Options:
|
||||
### Cluster
|
||||
```bash
|
||||
1, start router for hmq (https://github.com/fhmq/router.git)
|
||||
$ go get github.com/fhmq/router
|
||||
$ cd $GOPATH/github.com/fhmq/router
|
||||
$ go run main.go
|
||||
2, config router in hmq.config ("router": "127.0.0.1:9888")
|
||||
|
||||
```
|
||||
|
||||
@@ -100,7 +100,6 @@ func ConfigureConfig(args []string) (*Config, error) {
|
||||
fs.Visit(func(f *flag.Flag) {
|
||||
switch f.Name {
|
||||
case "D":
|
||||
// Check value to support -DV=false
|
||||
config.Debug = true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user