From b42cc7eef0ea1e22cc971cf4940f8b8e30aa205f Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 21 Mar 2023 18:38:02 -0700 Subject: [PATCH] Add uninstall instructions to TRUSTED_TESTERS.md --- TRUSTED_TESTERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TRUSTED_TESTERS.md b/TRUSTED_TESTERS.md index 47188bb2..c702f22b 100644 --- a/TRUSTED_TESTERS.md +++ b/TRUSTED_TESTERS.md @@ -225,3 +225,6 @@ the command line, however reach out to us via Discord or email and we are happy to help you immediately delete your account and disable all updates for your app(s) deployed with Shorebird. We anticipate adding this ability to the command line in the near future. + +You can remove `shorebird` from your path by deactivating the package with pub: +`dart pub global deactivate shorebird_cli`