Download the script from the repository, execute it and let Snowball take care of you.
curl -fsSL https://snowball-lang.github.io/install/script.sh | bash -s -- -y
We make use of the -y
parameter that tells the install script to avoid all prompts and take the recomended paths
Adding snowball to $PATH
The snowball installer will do this automatically but just in case, you can execute:
export PATH="$PATH:~/.snowball/bin"
{% content-ref url="common-install-issues.md" %} common-install-issues.md {% endcontent-ref %}