From 1e25e089d08f40d1031706a41853e158fddea1df Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Thu, 11 Jan 2018 16:54:40 +0000
Subject: [PATCH] Minor format update to readme

---
 README.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 1f2b2db..f27d229 100644
--- a/README.md
+++ b/README.md
@@ -24,12 +24,14 @@ 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 github.com/Masterminds/glide```
-```cd $GOPATH/src/github.com/aquasecurity/kube-bench```
-```$GOPATH/bin/glide install```
-```go build -o kube-bench . ```
-```./kube-bench <master|node>```
+
+```go get github.com/aquasecurity/kube-bench
+go get github.com/Masterminds/glide
+cd $GOPATH/src/github.com/aquasecurity/kube-bench
+$GOPATH/bin/glide install
+go build -o kube-bench . 
+./kube-bench <master|node>
+```
 
 ## Usage
 ```./kube-bench [command]```
-- 
GitLab