From 216b1d497a78352524046ae7cc4143cd6574b163 Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Thu, 11 Jan 2018 08:23:46 -0800 Subject: [PATCH] Fix glide install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e52e4ab..1f2b2db 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Run ```docker run --rm -v `pwd`:/host aquasec/kube-bench:latest```. This will co 2. Install from sources: If Go is installed on the target machines, you can simply clone this repository and run as follows (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)): ```go get github.com/aquasecurity/kube-bench``` -```go get https://github.com/masterminds/glide``` +```go get github.com/Masterminds/glide``` ```cd $GOPATH/src/github.com/aquasecurity/kube-bench``` ```$GOPATH/bin/glide install``` ```go build -o kube-bench . ```