From 9d0c9bf73e160c4b1efa4c4e1efe5bb125249e55 Mon Sep 17 00:00:00 2001 From: Leonard Goodell Date: Mon, 27 Nov 2023 10:21:36 -0700 Subject: [PATCH] docs: Removed obsolete install instructions to trigger new tag Signed-off-by: Leonard Goodell --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index a3e8392..6583d49 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,7 @@ Registry client library for use by Go implementation of EdgeX micro services. T * Register the service with the Registry service for discovery and the health check callback * Pull service endpoint information from the Registry for dependent services. * Check the health status of dependent services via the Registry service. - -### Installation ### -* Make sure you have modules enabled, i.e. have an initialized go.mod file -* If your code is in your GOPATH then make sure ```GO111MODULE=on``` is set -* Run ```go get github.com/edgexfoundry/go-mod-registry``` - * This will add the go-mod-registry to the go.mod file and download it into the module cache - + ### How to Use ### This library is used by Go programs for interacting with the Registry service (i.e. Consul) and requires that a Registry service be running somewhere that the Registry Client can connect. The Registry service connection information as well as which registry implementation to use is stored in the service's toml configuration as: