githubEdit

πŸ“Installation

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

chevron-rightAdding snowball to $PATHhashtag

The snowball installer will do this automatically but just in case, you can execute:

export PATH="$PATH:~/.snowball/bin"
‼️Common install issueschevron-right

Last updated