Update CONTRIBUTING.md

This commit is contained in:
Tom Whiston 2018-03-05 20:09:02 +01:00
parent b745ec6fa2
commit 5ecb4cb97f

View File

@ -33,7 +33,7 @@ git clone --recursive git@github.com:ansible-semaphore/semaphore.git && cd semap
3) Install dev dependencies
```
go get ./... github.com/cespare/reflex github.com/jteeuwen/go-bindata/... github.com/mitchellh/gox
go get ./... github.com/cespare/reflex github.com/gobuffalo/packr/... github.com/mitchellh/gox
npm install async
npm install -g nodemon pug-cli less
```