Clarify different versions of asdf install

This commit is contained in:
Dan Fuchs 2020-07-09 21:17:19 -05:00
parent 6a1855e26f
commit 5578b7849c

View File

@ -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