Dojo plugin for the asdf version manager.
TODO: adapt this section
bash,curl,tar, and POSIX utilities.
Plugin:
# Always use the full URL to ensure no ambiguity with other plugins.
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo.gitIf you already had dojo installed and you want to force the update, two choices:
- Modifying your
~/.asdfrcand set the [last check duration](asdf plugin add dojo https://github.com/dojoengine/asdf-dojo.git) to 0. - Remove and re-add the plugin:
asdf plugin remove dojo
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo.gitDojo:
# Show all installable versions
asdf list-all dojo
# Install specific version
asdf install dojo latest
# Set a version globally (on your ~/.tool-versions file)
asdf global dojo latest
# Now dojo commands are available
katana --versionCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © dojoengine