Update instructions

This commit is contained in:
Juan Ignacio Sánchez Lara 2015-06-30 11:00:32 +02:00
parent 0df725112b
commit 94e38cef9d

View File

@ -59,6 +59,14 @@ happen to have startup errors you may need to force rebuilding those
modules. At any time just wipe out the node_modules/ directory and run
```npm install``` again.
Upgrading
---------
Pull master branch and then reinstall dependencies:
```
make clean all
```
Run
---