diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index a57066c1..cf16144c 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -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.9.1` | +| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0` | | 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) |