From 3f73724fe40a9b535ba6ce733b4768282541a43d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 19 Feb 2022 13:27:04 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfff3c60..9cb006d6 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ ________________________________________________________________________________
-Nginx Proxy Manager LXC + 🔸Nginx Proxy Manager LXC

hero

@@ -296,6 +296,13 @@ Add the following to your `configuration.yaml` in Home Assistant. ```yaml changeme ``` +⚙️ **To Update Nginx Proxy Manager** + +Run in the LXC console +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/npm_update.sh)" +``` + ____________________________________________________________________________________________