Install asdf onto your machine
This downloads the asdf program itself. The official method uses git to clone the repository into a hidden folder in your home directory. Pick the command that matches your operating system. Most Mac users have Homebrew; most Linux users will use the git method.
Command says 'git: command not found'
On Mac run: xcode-select --install On Ubuntu/Debian run: sudo apt install git
