From e98f0c09baa5626f1b02e5845b379dd912a05d8e Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Fri, 3 Feb 2023 18:29:52 -0800 Subject: [PATCH] remove redundant go-get instructions from readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ecaf6b6e8..f3d4b379e 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,7 @@ For example, to run without auth, use the following config: * Install development dependencies for `libsystemd` and the ARM GCC toolchain * Debian/Ubuntu: `apt install libsystemd-dev gcc-aarch64-linux-gnu` -* `go get` or `git clone` node-problem-detector repo into `$GOPATH/src/k8s.io` or `$GOROOT/src/k8s.io` -with one of the below directions: - * `cd $GOPATH/src/k8s.io && git clone git@github.com:kubernetes/node-problem-detector.git` - * `cd $GOPATH/src/k8s.io && go get k8s.io/node-problem-detector` +* `git clone git@github.com:kubernetes/node-problem-detector.git` * Run `make` in the top directory. It will: * Build the binary.