diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index fa6c728..cb846b6 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -16,6 +16,9 @@ PS: For every new release, it takes some time to build the docker image, please ## 🆙 💪🏻 Without Docker ```bash +# Update your npm to the latest version +npm install npm -g + cd git fetch --all git checkout 1.7.0 --force