From 7e16376a79d7d7ecd0da53716abf142b6b66352b Mon Sep 17 00:00:00 2001 From: Lucas BEE Date: Thu, 10 Nov 2016 13:28:38 +0000 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ```