From fcb0a4a7e6c3f0e82f0f9489e7a1d109be8fc33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20S=C3=A1nchez=20Lara?= Date: Wed, 1 Jul 2015 07:22:37 +0200 Subject: [PATCH] Less specific upgrade help --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5c154f..dc28f532 100644 --- a/README.md +++ b/README.md @@ -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