fix: update config readme (#1396)

* fix: updare config readme

* add appollo
pull/1402/head
yuemoxi 3 years ago committed by GitHub
parent f7588a47de
commit a180043076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      config/README.md

@ -1,27 +1,12 @@
# Config # Config
## Consul ## kube
```shell
go get -u github.com/go-kratos/kratos/registry/consul/v2
```
## Etcd
```shell
go get -u github.com/go-kratos/kratos/registry/etcd/v2
```
## zookeeper
```shell
go get -u github.com/go-kratos/kratos/registry/zookeeper/v2
```
## Nacos
```shell ```shell
go get -u github.com/go-kratos/kratos/registry/nacos/v2 go get -u github.com/go-kratos/kratos/config/kubernetes/v2
``` ```
## kube ##apollo
```shell ```shell
go get -u github.com/go-kratos/kratos/config/kubernetes/v2 go get -u github.com/go-kratos/kratos/config/apollo/v2
``` ```
Loading…
Cancel
Save