Document uninstalling packages

https://github.com/teaxyz/cli/issues/613
This commit is contained in:
Max Howell 2023-06-16 14:45:25 -04:00
parent 26a5f29e1b
commit 167bbf91f0
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -114,6 +114,21 @@ component will be an implementation detail that you wont 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. Its 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 well get back to you.