mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
update readme
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user