fix:edit the config's readmes (#1462)
parent
1148bbd968
commit
558070f4d9
@ -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…
Reference in new issue