Browse Source

Updating Readme to install NodeRed

main
parent
commit
bd6c7044f8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@ -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
```


Loading…
Cancel
Save