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
d7e1e66c03
commit
c9c7be2080
4
help.txt
4
help.txt
@ -15,9 +15,9 @@ 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
|
||||
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
|
||||
asdf install <name> <version> Install a specific version of a package
|
||||
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