diff --git a/registry/README.md b/registry/README.md index ebbc6a57ca9..bc0379ce39e 100644 --- a/registry/README.md +++ b/registry/README.md @@ -34,4 +34,22 @@ go get -u github.com/go-kratos/kratos/contrib/registry/kubernetes/v2 ```shell go get -u github.com/go-kratos/kratos/contrib/registry/polaris/v2 -``` \ No newline at end of file +``` + +## discovery + +```shell +go get -u github.com/go-kratos/kratos/contrib/registry/discovery/v2 +``` + +## eureka + +```shell +go get -u github.com/go-kratos/kratos/contrib/registry/eureka/v2 +``` + +## servicecomb + +```shell +go get -u github.com/go-kratos/kratos/contrib/registry/servicecomb/v2 +```