Skip to content

Instantly share code, notes, and snippets.

@natterstefan
Created March 7, 2021 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natterstefan/b26e55e8aea28b8bbdb000c0573d09ca to your computer and use it in GitHub Desktop.
Save natterstefan/b26e55e8aea28b8bbdb000c0573d09ca to your computer and use it in GitHub Desktop.
asdf | Install version
# 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