Godot plugin for the asdf version manager.
Plugin enables you to manage and install multiple versions of Godot Game Engine. You can install both stable and pre-releases of Godot Game Engine
bash
,curl
,unzip
, and POSIX utilities.
Plugin:
asdf plugin add godot
# or
asdf plugin add godot https://github.com/mkungla/asdf-godot.git
godot:
# 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 set -u godot latest
# Now godot commands are available
godot --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 © Marko Kungla