mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: fix ASDF_${LANG}_VERSION
usage (#1528)
This commit is contained in:
parent
213aa22378
commit
63f422b4c7
@ -80,7 +80,7 @@ asdf local <name> latest[:<version>]
|
|||||||
|
|
||||||
`global` writes the version to `$HOME/.tool-versions`.
|
`global` writes the version to `$HOME/.tool-versions`.
|
||||||
|
|
||||||
`shell` set the version to an environment variable named `ASDF_${LANG}_VERSION`, for the current shell session only.
|
`shell` set the version to an environment variable named `ASDF_${TOOL}_VERSION`, for the current shell session only.
|
||||||
|
|
||||||
`local` writes the version to `$PWD/.tool-versions`, creating it if needed.
|
`local` writes the version to `$PWD/.tool-versions`, creating it if needed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user