fix(setup/readme): Improve force update instructions and dependency installation process in setup.sh and readme.md
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user