Remove asdf-use from readme; Seems useless

Add note about $HOME/.tool-versions
This commit is contained in:
Akash Manohar 2015-05-22 09:54:37 +05:30
parent 2594321556
commit 4aa713b2c9

View File

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