diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 1b8680746..fc56d6583 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.0` | +| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.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) | diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index 9fb7973d0..f7a46b413 100644 --- a/docs/pt-br/guide/getting-started.md +++ b/docs/pt-br/guide/getting-started.md @@ -37,7 +37,7 @@ Nós recomendamos a instalação através do Git, entretanto existem outros mét | Método | Comando | | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 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.10.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) | diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index b58a141f3..b56614c75 100644 --- a/docs/zh-hans/guide/getting-started.md +++ b/docs/zh-hans/guide/getting-started.md @@ -37,7 +37,7 @@ | 方法 | 命令 | | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0` | +| Git | `git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0` | | Homebrew | `brew install asdf` | | Pacman | `git clone https://aur.archlinux.org/asdf-vm.git && cd asdf-vm && makepkg -si` 或者使用你更习惯的 [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) |