mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Add documentation on always_keep_download configuration option
This commit is contained in:
parent
09df6851dd
commit
dd608b869c
@ -42,6 +42,7 @@ legacy_version_file = yes
|
||||
|
||||
- `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`).
|
||||
- `use_release_candidates` - defaults to `no`. If set to yes it will cause the `asdf update` command to upgrade to the latest release candidate release instead of the latest semantic version.
|
||||
- `always_keep_download` - defaults to `no`. If set to `yes` it will cause `asdf install` always keep the source code or binary it downloads. If set to `no` the source code or binary downloaded by `asdf install` will be deleted after successful installation.
|
||||
|
||||
## Environment Variables
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user