From 167bbf91f09eec34878c8c51c6637d0b6debe198 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 16 Jun 2023 14:45:25 -0400 Subject: [PATCH] Document uninstalling packages https://github.com/teaxyz/cli/issues/613 --- docs/FAQ.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 92ba025..29b3592 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -114,6 +114,21 @@ component will be an implementation detail that you won’t need to think about Check out our [white paper] for more information. +## Uninstalling Packages + +Step into `~/.tea` and delete the packages you no longer want. It’s that +simple. + +We use fully qualified domain names for package namespacing, so it may tricky +to find what you need to delete. You can dryrun tea to fine the path: + +```sh +$ tea -n exa +~/.tea/crates.io/exa/v0.10.1/bin/exa + +$ rm -rf ~/.tea/crates.io/exa +``` + # I have another question Start a [discussion] and we’ll get back to you.