We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6703e8c + 0a27eca commit 726fd63Copy full SHA for 726fd63
1 file changed
README.md
@@ -84,11 +84,10 @@ from those monitoring systems.
84
85
# Setup
86
87
-Install this project to your `$GOPATH` in the following manner:
+Install this project to your `$GOPATH` using `go get`:
88
89
```
90
-git clone https://github.com/kubernetes/kube-state-metrics \
91
- $GOPATH/src/k8s.io/kube-state-metrics
+go get k8s.io/kube-state-metrics
92
93
94
## Building the Docker container
0 commit comments