diff --git a/README.md b/README.md index 3310f85..9615af7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ sudo apt install npm Then, let us install the *Node-RED* app and the *Dashboard* complement by using the *Node Package Manager*: ``` -npm install node-red +sudo npm install -g --unsafe-perm node-red +node-red-stop npm install node-red-dashboard ```