mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: homebrew autoremove after asdf uninstall (#973)
Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
parent
7cc3b87528
commit
f94e3145ad
@ -617,7 +617,7 @@ rm -rf $HOME/.tool-versions $HOME/.asdfrc
|
||||
2. Uninstall with your package manager:
|
||||
|
||||
```shell
|
||||
brew uninstall asdf --force
|
||||
brew uninstall asdf --force && brew autoremove
|
||||
```
|
||||
|
||||
3. Run this command to remove all `asdf` config files:
|
||||
|
Loading…
Reference in New Issue
Block a user