From 7a5cecaa1c557da6152daae1b8f9de352acd9aaa Mon Sep 17 00:00:00 2001 From: "Xiaoyu Zhang(Tim)" Date: Fri, 8 Nov 2019 08:55:53 +0800 Subject: [PATCH] typo: delete redundant description. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0f7fa19e..88ae5066 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,6 @@ For example, to run without auth, use the following config: * `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 $GOROOT/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` * run `make` in the top directory. It will: