Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down