mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Merge pull request #430 from jthegedus/readme-uninstall-fix
Readme uninstall fix
This commit is contained in:
commit
786fac791c
@ -316,7 +316,7 @@ managers (e.g. `.ruby-version` in the case of Ruby's rbenv).
|
||||
|
||||
## Uninstall
|
||||
|
||||
[Uninstalling asdf is easy](https://github.com/asdf-vm/asdf/blob/master/docs/uninstall.md).
|
||||
[Uninstalling asdf is easy](https://github.com/asdf-vm/asdf/blob/master/docs/core-manage-asdf-vm.md#remove).
|
||||
|
||||
## Homebrew on macOS
|
||||
|
||||
|
@ -111,6 +111,8 @@ asdf update --head
|
||||
|
||||
## Remove
|
||||
|
||||
Uninstalling `asdf` is as simple as:
|
||||
|
||||
1. In your `.bashrc` (or `.bash_profile` if you are on OSX) or `.zshrc` find the lines that source `asdf.sh` and the autocompletions. The lines should look something like this:
|
||||
|
||||
. $HOME/.asdf/asdf.sh
|
||||
|
Loading…
Reference in New Issue
Block a user