diff --git a/README.md b/README.md index 015dd03..a76020a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project is under active development. This project is being created as a sam ## Prerequisites 1. Install go - https://golang.org/doc/install (Start learning go with the tour - http://tour.golang.org/) 2. Set $GOPATH `export GOPATH="${HOME}/go"` -3. Set $PATH `export PATH=$PATH:$(go env GOPATH)/bin` +3. Set $PATH `export PATH="$PATH:$(go env GOPATH)/bin"` 4. Install godep - `go get github.com/tools/godep` 5. Install goconvey - `go get github.com/smartystreets/goconvey` 5. Install rice - `go get github.com/GeertJohan/go.rice/rice`