Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 637 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 637 Bytes

📝 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

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 %}