Skip to content

Commit e98f0c0

Browse files
committed
remove redundant go-get instructions from readme
1 parent b586bd9 commit e98f0c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ For example, to run without auth, use the following config:
140140
* Install development dependencies for `libsystemd` and the ARM GCC toolchain
141141
* Debian/Ubuntu: `apt install libsystemd-dev gcc-aarch64-linux-gnu`
142142

143-
* `go get` or `git clone` node-problem-detector repo into `$GOPATH/src/k8s.io` or `$GOROOT/src/k8s.io`
144-
with one of the below directions:
145-
* `cd $GOPATH/src/k8s.io && git clone [email protected]:kubernetes/node-problem-detector.git`
146-
* `cd $GOPATH/src/k8s.io && go get k8s.io/node-problem-detector`
143+
* `git clone [email protected]:kubernetes/node-problem-detector.git`
147144

148145
* Run `make` in the top directory. It will:
149146
* Build the binary.

0 commit comments

Comments
 (0)