Created
March 7, 2021 06:59
-
-
Save natterstefan/b26e55e8aea28b8bbdb000c0573d09ca to your computer and use it in GitHub Desktop.
asdf | Install version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install version for package | |
asdf install <name> <version> | |
# asdf install nodejs 14.15.4 | |
# list installed versions | |
asdf list <name> | |
# list all versions | |
asdf list all <name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment