From 7fe2b50c1f604b4a72f93b5cd4d7d91a87c4745b Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 11 Sep 2022 04:26:19 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b88273be..33f1ed61 100644 --- a/README.md +++ b/README.md @@ -1601,6 +1601,13 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homepage-v4. **Homepage Interface - IP:3000** +⚙️ **To Update Homepage** + +Run in the LXC console +```yaml +cd /opt/homepage && systemctl stop homepage && git pull --force && pnpm install && pnpm build && systemctl start homepage +``` + ____________________________________________________________________________________________