Updated ๐Ÿ†™ How to Update (markdown)

migrate-v1-to-v2
Louis Lam 2021-09-24 22:39:14 +08:00
parent a6c7160b4d
commit 96ff4206f0
1 changed files with 3 additions and 0 deletions

@ -16,6 +16,9 @@ PS: For every new release, it takes some time to build the docker image, please
## ๐Ÿ†™ ๐Ÿ’ช๐Ÿป Without Docker ## ๐Ÿ†™ ๐Ÿ’ช๐Ÿป Without Docker
```bash ```bash
# Update your npm to the latest version
npm install npm -g
cd <uptime-kuma-directory> cd <uptime-kuma-directory>
git fetch --all git fetch --all
git checkout 1.7.0 --force git checkout 1.7.0 --force