From 0e03af1b2d7f1fa1b1a4857a0e92d14f47db4718 Mon Sep 17 00:00:00 2001 From: cediackermann Date: Thu, 16 Apr 2026 10:55:15 +0200 Subject: [PATCH] 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 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 697fc49..f275ecd 100644 --- a/README.md +++ b/README.md @@ -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