Add documentation on always_keep_download configuration option

This commit is contained in:
Trevor Brown 2020-03-02 10:32:00 -05:00
parent 09df6851dd
commit dd608b869c

View File

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