Update README.md

This commit is contained in:
tteckster 2022-09-11 04:26:19 -04:00 committed by GitHub
parent 1515ce2ab7
commit 7fe2b50c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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
```
____________________________________________________________________________________________
</details>