Add one-line cleanup command to README
Users can now uninstall with: bash <(curl -fsSL https://raw.githubusercontent.com/cediackermann/riotsecure/main/cleanup.sh) Matches the setup script's curl installation pattern. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
171805bb62
commit
0e03af1b2d
1 changed files with 7 additions and 1 deletions
|
|
@ -27,7 +27,13 @@ cd ~/riotsecure
|
||||||
./check-status.sh
|
./check-status.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**To uninstall**, run the cleanup script:
|
**To uninstall** (one-line command):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bash <(curl -fsSL https://raw.githubusercontent.com/cediackermann/riotsecure/main/cleanup.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
Or run locally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/riotsecure
|
cd ~/riotsecure
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue