Skip to content

Commit

Permalink
docs: Removed obsolete install instructions to trigger new tag
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Leonard Goodell committed Nov 27, 2023
1 parent 4966e90 commit 9d0c9bf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9d0c9bf

Please sign in to comment.