diff --git a/README.md b/README.md index c886f12..690879b 100644 --- a/README.md +++ b/README.md @@ -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 ```