fix(setup/readme): Improve force update instructions and dependency installation process in setup.sh and readme.md

This commit is contained in:
2025-03-26 13:54:49 +00:00
parent 47ef918128
commit 3e6b883b38
4 changed files with 22 additions and 14 deletions

View File

@@ -234,7 +234,11 @@ This will:
You can also manually run the setup script with the force flag to update Node.js and dependencies without updating the application code:
```bash
bash setup.sh --force
# If you're in the nupst directory:
bash ./setup.sh --force
# If you're in another directory, specify the full path:
bash /opt/nupst/setup.sh --force
```
## Security