Corrected display information of step 4.

This commit is contained in:
gcavalcante8808 2016-11-15 13:05:18 -02:00
parent 709b3e8ac6
commit e314b794a5

View File

@ -49,12 +49,14 @@ export PATH GOPATH GOROOT NPM_CONFIG_PREFIX
4) Clone project and Install go dependencies:
```
cd ~/GoProjects/src/github.com/ansible-semaphore/
git clone --recursive https://github.com/ansible-semaphore/semaphore.git
go get github.com/jteeuwen/go-bindata/...
go get github.com/mitchellh/gox
go get github.com/cespare/reflex
go get -u ./...
```
5) Install node.js dependencies: