mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Clarify different versions of asdf install
This commit is contained in:
parent
6a1855e26f
commit
5578b7849c
10
help.txt
10
help.txt
@ -13,13 +13,11 @@ asdf plugin update --all Update all plugins
|
||||
|
||||
|
||||
MANAGE PACKAGES
|
||||
asdf install Install all the package versions listed
|
||||
in the .tool-versions file
|
||||
asdf install [<name>] Install one tool at the version
|
||||
specified in the .tool-versions file
|
||||
asdf install [<name> <version>] Install a specific version of a package
|
||||
With no arguments, install all the
|
||||
package versions listed in the
|
||||
.tool-versions file. With only one
|
||||
argument, install that tool at the
|
||||
version specified in the .tool-versions
|
||||
file.
|
||||
asdf install <name> latest[:<version>] Install the latest stable version of a
|
||||
package, or with optional version,
|
||||
install the latest stable version that
|
||||
|
Loading…
Reference in New Issue
Block a user