mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Remove asdf-use from readme; Seems useless
Add note about $HOME/.tool-versions
This commit is contained in:
parent
2594321556
commit
4aa713b2c9
13
README.md
13
README.md
@ -98,24 +98,17 @@ asdf list-all <name>
|
||||
# asdf list-all erlang
|
||||
```
|
||||
|
||||
##### Use a specific version of a package
|
||||
|
||||
```bash
|
||||
asdf use <name> <version>
|
||||
# asdf use erlang 17.5
|
||||
```
|
||||
|
||||
This will set the requested version of the package for the current terminal session.
|
||||
|
||||
## The `.tool-versions` file
|
||||
|
||||
Add a `.tool-versions` file to your project dir and versions of those packages will be used.
|
||||
Add a `.tool-versions` file to your project dir and versions of those tools will be used.
|
||||
|
||||
```
|
||||
elixir 1.0.2
|
||||
erlang 17.3
|
||||
```
|
||||
|
||||
**Global defaults can be set in the file `$HOME/.tool-versions`**
|
||||
|
||||
## Credits
|
||||
|
||||
Me ([@HashNuke](http://github.com/HashNuke)), High-fever, cold, cough.
|
||||
|
Loading…
Reference in New Issue
Block a user