Skip to content
Snippets Groups Projects
Unverified Commit 216b1d49 authored by Lee Briggs's avatar Lee Briggs
Browse files

Fix glide install instructions

parent 033ab563
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ Run ```docker run --rm -v `pwd`:/host aquasec/kube-bench:latest```. This will co ...@@ -25,7 +25,7 @@ Run ```docker run --rm -v `pwd`:/host aquasec/kube-bench:latest```. This will co
2. Install from sources: 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)): 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 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``` ```cd $GOPATH/src/github.com/aquasecurity/kube-bench```
```$GOPATH/bin/glide install``` ```$GOPATH/bin/glide install```
```go build -o kube-bench . ``` ```go build -o kube-bench . ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment