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.git
If you already had dojo installed and you want to force the update, two choices:
- Modifying your
~/.asdfrc
and 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.git
Dojo:
# 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 --version
Check 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