From 636bd6fe236bc7d0ca0be7d7f53876f6e94ddd8b Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 22 Jan 2022 23:56:44 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74458d4f..daedcffd 100644 --- a/README.md +++ b/README.md @@ -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) ____________________________________________________________________________________________