Merge pull request #430 from jthegedus/readme-uninstall-fix

Readme uninstall fix
This commit is contained in:
James Hegedus 2019-01-16 07:53:41 +11:00 committed by GitHub
commit 786fac791c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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

View File

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