Update readme for consul syntax changes

This commit is contained in:
Asim 2016-02-07 21:30:18 +00:00
parent de2ee66cda
commit c53a51c959
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ etcd, kubernetes, zookeeper, etc. Other implementations can be found in [go-plug
### Run Consul
```
$ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul
$ consul agent -dev -advertise=127.0.0.1
```
### Run Service

View File

@ -9,7 +9,7 @@ Install Consul
Run Consul
```
$ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul
$ consul agent -dev -advertise=127.0.0.1
```
Run Service

View File

@ -12,7 +12,7 @@ its easily swapped out with etcd, kubernetes, or various other systems. We'll ru
2. Run Consul
```shell
$ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul
$ consul agent -dev -advertise=127.0.0.1
```
## Run the example