Update README

This commit is contained in:
Lucas BEE 2016-11-10 13:28:38 +00:00
parent 7735da4ba9
commit 7e16376a79

View File

@ -13,6 +13,12 @@ NPM dependencies:
npm install
```
### As there is no versioning yet, you need to manually go get all the packages
```
go get ./...
```
### NOTE: for debian users
If you use debian the node binary is named nodejs you have to symlink it to node:
@ -24,6 +30,9 @@ If you use debian the node binary is named nodejs you have to symlink it to node
## Dev
#### Check your config.yml file
#### Run
```
make dev
```