From 2f7a7b2abac6d66e16061736d3c4d26d32c93c54 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 29 Jan 2022 18:21:03 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 45207cdc..bad1dc7c 100644 --- a/README.md +++ b/README.md @@ -334,17 +334,12 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/n ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

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