mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Docs: Clarify shim creation for writing plugins
This commit is contained in:
parent
aef4ae8b5a
commit
ae87dca99f
@ -49,7 +49,7 @@ If this script is not present asdf will assume that the `bin/install` script is
|
||||
|
||||
#### bin/install
|
||||
|
||||
This script should install the version, in the path mentioned in `ASDF_INSTALL_PATH`.
|
||||
This script should install the version, in the path mentioned in `ASDF_INSTALL_PATH`. By default, asdf will create shims for any files in `$ASDF_INSTALL_PATH/bin` (this can be customized with the optional [bin/list-bin-paths](#binlist-bin-paths) script).
|
||||
|
||||
The install script should exit with a status of `0` when the installation is successful. If the installation fails the script should exit with any non-zero exit status.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user