From 94e38cef9d9b9153f1e11db0cdbbc64c6d148bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20S=C3=A1nchez=20Lara?= Date: Tue, 30 Jun 2015 11:00:32 +0200 Subject: [PATCH] Update instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aa2c7028..0f5c154f 100644 --- a/README.md +++ b/README.md @@ -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 ---