From 93c94459a895a6c8691511133041772fee7b9948 Mon Sep 17 00:00:00 2001 From: lolwierd Date: Mon, 27 Apr 2026 11:59:07 +0530 Subject: [PATCH] chore: add uninstall instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 58a954f..87efb6e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ Or project-local (committed with your team's `.pi/settings.json`): pi install -l git:git.excloud.dev/excloud-in/exc-safety ``` +## Uninstall + +```bash +pi uninstall git:git.excloud.dev/excloud-in/exc-safety +``` + +Add `-l` if installed project-locally. Then run `/reload` in pi. + ## License MIT — see [LICENSE](./LICENSE).