Update README.md

pull/17/head
tteckster 2022-01-22 23:56:44 -05:00 committed by GitHub
parent 77ce1f8e31
commit 636bd6fe23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -336,16 +336,21 @@ From your nodered LXC console, the following commands can be run
`node-red-start` to start Node-Red
`sudo systemctl enable nodered.service` to autostart Node-RED at every boot
`systemctl enable nodered.service` to autostart Node-RED at every boot
`node-red-restart` to restart Node-Red
`sudo systemctl disable nodered.service` to disable autostart on boot
`sudo npm install -g --unsafe-perm node-red` to update Node-Red (`node-red-restart` after update)
`systemctl disable nodered.service` to disable autostart on boot
**Node-Red Interface - IP:1880**
⚙️ **To Update Node-Red:**
Run from the LXC console
```yaml
npm install -g --unsafe-perm node-red
```
(`node-red-restart` after update)
____________________________________________________________________________________________
</details>