mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Add more details to the 'asdf install' command help.
This commit is contained in:
parent
adf5344844
commit
2a6e0c460a
@ -131,6 +131,8 @@ The versions can be in the following format:
|
|||||||
* `ref:v1.0.2-a` or `ref:39cb398vb39` - tag/commit/branch to download from github and compile
|
* `ref:v1.0.2-a` or `ref:39cb398vb39` - tag/commit/branch to download from github and compile
|
||||||
* `path:/src/elixir` - a path to custom compiled version of a tool to use. For use by language developers and such.
|
* `path:/src/elixir` - a path to custom compiled version of a tool to use. For use by language developers and such.
|
||||||
|
|
||||||
|
To install all the tools defined in a `.tool-versions` file run the `asdf install` command with no other arguments in the directory containing the `.tool-versions` file.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Me ([@HashNuke](http://github.com/HashNuke)), High-fever, cold, cough.
|
Me ([@HashNuke](http://github.com/HashNuke)), High-fever, cold, cough.
|
||||||
|
4
help.txt
4
help.txt
@ -7,7 +7,9 @@ MANAGE PLUGINS
|
|||||||
|
|
||||||
|
|
||||||
MANAGE PACKAGES
|
MANAGE PACKAGES
|
||||||
asdf install <name> <version> Install a specific version of a package
|
asdf install <name> <version> Install a specific version of a package or,
|
||||||
|
with no arguments, install all the package
|
||||||
|
versions listed in the .tool-versions file
|
||||||
asdf uninstall <name> <version> Remove a specific version of a package
|
asdf uninstall <name> <version> Remove a specific version of a package
|
||||||
asdf which <name> Display version set or being used for package
|
asdf which <name> Display version set or being used for package
|
||||||
asdf where <name> <version> Display install path for an installed version
|
asdf where <name> <version> Display install path for an installed version
|
||||||
|
Loading…
Reference in New Issue
Block a user