Skip to content

Commit

Permalink
Merge pull request #430 from jthegedus/readme-uninstall-fix
Browse files Browse the repository at this point in the history
Readme uninstall fix
  • Loading branch information
jthegedus committed Jan 15, 2019
2 parents 8167103 + 9a6f647 commit 786fac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/core-manage-asdf-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 786fac7

Please sign in to comment.