godot plugin for the asdf version manager.
bash
,curl
,unzip
, and POSIX utilities.
asdf plugin add godot
# or
asdf plugin add godot https://github.com/ez-connect/asdf-godot.git
# Show all installable versions
asdf list-all godot
# Install specific version
asdf install godot latest
# Set a version globally (on your ~/.tool-versions file)
asdf global godot latest
# Now godot commands are available
godot --help
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