diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 2384c5d..9759105 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,10 +34,10 @@ cd # Update from git git fetch --all -git checkout 1.15.0 --force +git checkout 1.15.1 --force -# Install dependenies and prebuilt -npm ci --production +# Install dependencies and prebuilt +npm install --production npm run download-dist # Restart