fix bare-metal update instructions

This commit is contained in:
Christian Beutel
2025-08-28 14:53:16 +02:00
parent 0032556cb9
commit 7807c5c7c2

View File

@@ -269,10 +269,17 @@ Make sure you replace `MEILI_MASTER_KEY` with a secure value before going to pro
### Updating ### Updating
To update to the latest version: To update to the latest version stop the running application and run:
```bash ```bash
git pull origin main git pull origin main
cd wanderer/db
go mod tidy && go build
cd wanderer/web
npm ci --omit=dev
npm run build
``` ```
Then re-run the launch script. Always review the [changelog](/changelog) for breaking changes. Then re-run the launch script. Always review the [changelog](/changelog) for breaking changes.