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:
cediackermann 2026-04-16 10:55:15 +02:00
parent 171805bb62
commit 0e03af1b2d

View file

@ -27,7 +27,13 @@ cd ~/riotsecure
./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
cd ~/riotsecure