Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template/README-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ asdf plugin add <YOUR TOOL> https://github.com/<YOUR GITHUB USERNAME>/asdf-<YOUR

```shell
# Show all installable versions
asdf list-all <YOUR TOOL>
asdf list all <YOUR TOOL>

# Install specific version
asdf install <YOUR TOOL> latest

# Set a version globally (on your ~/.tool-versions file)
asdf global <YOUR TOOL> latest
asdf set -u <YOUR TOOL> latest

# Now <YOUR TOOL> commands are available
<TOOL CHECK>
Expand Down
4 changes: 2 additions & 2 deletions template/README-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ asdf plugin add https://gitlab.com/<YOUR GITLAB USERNAME>/asdf-<YOUR TOOL>.git

```shell
# Show all installable versions
asdf list-all <YOUR TOOL>
asdf list all <YOUR TOOL>

# Install specific version
asdf install <YOUR TOOL> latest

# Set a version globally (on your ~/.tool-versions file)
asdf global <YOUR TOOL> latest
asdf set -u <YOUR TOOL> latest

# Now <YOUR TOOL> commands are available
<TOOL CHECK>
Expand Down