fix:edit the config's readmes (#1462)

pull/1463/head
seasrain 3 years ago committed by GitHub
parent 1148bbd968
commit 558070f4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      config/README.md

@ -1,12 +1,25 @@
# Config
## kube
## kubernetes
```shell
go get -u github.com/go-kratos/kratos/config/kubernetes/v2
go get -u github.com/go-kratos/kratos/contrib/config/kubernetes/v2
```
##apollo
## apollo
```shell
go get -u github.com/go-kratos/kratos/contrib/config/apollo/v2
```
## etcd
```shell
go get -u github.com/go-kratos/kratos/contrib/config/etcd/v2
```
## nacos
```shell
go get -u github.com/go-kratos/kratos/config/apollo/v2
go get -u github.com/go-kratos/kratos/contrib/config/nacos/v2
```
Loading…
Cancel
Save