diff --git a/README.md b/README.md index 7a1489e..eac1ae6 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,19 @@ 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 - npm install node-red-dashboard +``` +npm install node-red +npm install node-red-dashboard +``` + +now, we require to run in background the app and verify that *node-RED* is runnig: +``` +node-red & +sudo netstat -plnt +``` + + + here