Skip to content

Commit

Permalink
docs: update version (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson committed Apr 25, 2022
1 parent 5a89563 commit 713bceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Expand Up @@ -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) |

Expand Down
2 changes: 1 addition & 1 deletion docs/pt-br/guide/getting-started.md
Expand Up @@ -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) |

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-hans/guide/getting-started.md
Expand Up @@ -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) |

Expand Down

0 comments on commit 713bceb

Please sign in to comment.