mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add section to readme on the .asdfrc file.
This commit is contained in:
parent
c684430cc3
commit
0e8889b284
12
README.md
12
README.md
@ -171,6 +171,18 @@ To install all the tools defined in a `.tool-versions` file run the `asdf instal
|
||||
|
||||
You can view/modify the file by hand or use `asdf local` and `asdf global` to manage it.
|
||||
|
||||
## The `$HOME/.asdfrc` config file
|
||||
|
||||
Add a `.asdfrc` file to your home directory and asdf will use the settings specified in the file. The file should be formatted like this:
|
||||
|
||||
```
|
||||
legacy_version_file = yes
|
||||
```
|
||||
|
||||
**Settings**
|
||||
|
||||
* `legacy_version_file` - defaults to `no`. If set to yes it will cause plugins that support this feature to read the version files used by other version managers (e.g. `.ruby-version` in the case of Ruby's rbenv).
|
||||
|
||||
## Credits
|
||||
|
||||
Me ([@HashNuke](http://github.com/HashNuke)), High-fever, cold, cough.
|
||||
|
Loading…
Reference in New Issue
Block a user