Skip to content

Commit 726fd63

Browse files
authored
Merge pull request #207 from samuelmanzer/master
Update README.md with "go get" instructions
2 parents 6703e8c + 0a27eca commit 726fd63

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ from those monitoring systems.
8484

8585
# Setup
8686

87-
Install this project to your `$GOPATH` in the following manner:
87+
Install this project to your `$GOPATH` using `go get`:
8888

8989
```
90-
git clone https://github.com/kubernetes/kube-state-metrics \
91-
$GOPATH/src/k8s.io/kube-state-metrics
90+
go get k8s.io/kube-state-metrics
9291
```
9392

9493
## Building the Docker container

0 commit comments

Comments
 (0)