소스 검색

Update README.md

tteckster 2 년 전
부모
커밋
7fe2b50c1f
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      README.md

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