Updated 🆙 How to Update (markdown)

Louis Lam 2021-09-01 13:30:09 +08:00
parent 3c875ede22
commit bd498ddbdc

@ -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
```