Updated 🆙 How to Update (markdown)

Louis Lam 2021-09-14 19:37:19 +08:00
parent 52b9dc8e59
commit 78d6b7705d

@ -18,7 +18,7 @@ PS: For every new release, it takes some time to build the docker image, please
```bash ```bash
cd <uptime-kuma-directory> cd <uptime-kuma-directory>
git fetch --all git fetch --all
git checkout 1.6.0 --force git checkout 1.6.2 --force
npm install --legacy-peer-deps npm install --legacy-peer-deps
node node_modules/esbuild/install.js node node_modules/esbuild/install.js
npm run build npm run build