Updated ๐Ÿ†™ How to Update (markdown)

migrate-v1-to-v2
Louis Lam 2021-09-01 13:30:09 +08:00
parent 3c875ede22
commit bd498ddbdc
1 changed files with 1 additions and 0 deletions

@ -20,6 +20,7 @@ cd <uptime-kuma-directory>
git fetch --all
git checkout 1.5.0 --force
npm install --legacy-peer-deps
node node_modules/esbuild/install.js
npm run build
pm2 restart uptime-kuma
```