docs: homebrew autoremove after asdf uninstall (#973)

Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
Daniel Kehoe 2021-06-18 06:30:28 +08:00 committed by GitHub
parent 7cc3b87528
commit f94e3145ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: