docs: update git/bash install docs to use 0.9.1 (#1140)

Branch 0.8.1 no longer exists, leading to detached head upon checkout
This commit is contained in:
Greg Myers 2022-01-05 07:43:23 -07:00 committed by GitHub
parent 5f287efddc
commit d52cd52004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ We recommend using Git, though there are other platform specific methods:
| Method | Command |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1` |
| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.1` |
| Homebrew | `brew install asdf` |
| Pacman | `git clone https://aur.archlinux.org/asdf-vm.git && cd asdf-vm && makepkg -si` or use your preferred [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) |