update readme

This commit is contained in:
Asim Aslam 2017-10-03 11:19:03 +01:00
parent 5f60f7518d
commit e0e4596be0

View File

@ -57,17 +57,12 @@ go run main.go --registry=mdns
Here's a quick start for the default service discovery system consul. Here's a quick start for the default service discovery system consul.
**Mac OS** On Mac OS
``` ```
brew install consul brew install consul
consul agent -dev consul agent -dev
``` ```
**Docker**
```
docker run consul
```
[Further installation instructions](https://www.consul.io/intro/getting-started/install.html) [Further installation instructions](https://www.consul.io/intro/getting-started/install.html)
### Run Service ### Run Service