From 51b25d08bb928e9eb641162ec6877c6deca4213a Mon Sep 17 00:00:00 2001 From: flemming-it Date: Thu, 30 Jul 2026 09:18:37 +0000 Subject: [PATCH] docs: add uninstall section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52fd8a6..7ec4d34 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ When the workflow itself or the underlying manifest format changes, re-seed from the platform repo by running `scripts/bootstrap-distribution-repos.sh`. +## Uninstall + +To remove the package, run `scoop uninstall chain` (add `--purge` +to also drop its cached data and persisted state). To stop +tracking this bucket entirely, run `scoop bucket rm fai`. + Issues, PRs, and ad-hoc questions belong at `https://git.flemming.ai/fai/platform` — this repo is intentionally quiet.