diff --git a/README.md b/README.md
index f13cf23e6d9e855e4ed7d93a229d902461bc0b66..011ce1d768352f56ee93982f0c6b309967d2fe5f 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,14 @@ sudo apt install npm
 npm install --global npm@latest
 ```
 
+- Under Unix, create a symbolic link for `node`
+```
+sudo ln -s /usr/bin/nodejs /usr/bin/node
+```
+
 - Install Yeoman, bower and grunt
 ```
-npm install --global yo
+sudo npm install --global yo
 npm install -g generator-reveal
 npm install -g grunt-cli
 npm install -g bower