mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
18 lines
328 B
Markdown
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)**
|