1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

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

This commit is contained in:
seasrain
2021-09-11 00:29:46 +08:00
committed by GitHub
parent 1148bbd968
commit 558070f4d9
+17 -4
View File
@@ -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/config/apollo/v2
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/contrib/config/nacos/v2
```