Less specific upgrade help

This commit is contained in:
Juan Ignacio Sánchez Lara 2015-07-01 07:22:37 +02:00
parent 94e38cef9d
commit fcb0a4a7e6

View File

@ -62,10 +62,10 @@ modules. At any time just wipe out the node_modules/ directory and run
Upgrading
---------
Pull master branch and then reinstall dependencies:
Checkout your commit/branch. If you need to reinstall dependencies (you can check [NEWS](NEWS.md)) do the following:
```
make clean all
rm -rf node_modules; npm install
```
Run