Files
Microsoft-Rewards-Bot/docs/update.md

18 lines
328 B
Markdown

# Updating
## What it does
Keeps the bot current with the official release.
## How to use
- Run `npm run update` to download and apply the latest version.
- Re-run `npm install` if prompted.
- Start the bot again after the update finishes.
## Example
```bash
npm run update
```
---
**[← Back to Documentation](index.md)**