Skip to content

Latest commit

History

History
31 lines (19 loc) 路 804 Bytes

README.md

File metadata and controls

31 lines (19 loc) 路 804 Bytes

馃摑 Installation

Downloading and executing script

Download the script from the repository, execute it and let Snowball take care of you.

curl -fsSL https://raw.githubusercontent.com/snowball-lang/snowball/dev/scripts/install.sh | sudo -E bash -s -- -y

note: Even though we use sudo, it's possible to not use sudo but it's not recommended. If using sudo, you must use -E as arg to get the user env variables.

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