> For the complete documentation index, see [llms.txt](https://snowball-lang.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snowball-lang.gitbook.io/docs/fundamentals/installation.md).

# Installation

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

```sh
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

<details>

<summary>Adding snowball to $PATH</summary>

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

```sh
export PATH="$PATH:~/.snowball/bin"
```

</details>

{% content-ref url="/pages/GSVgUbC4NFWTSN9WeIhg" %}
[Common install issues](/docs/fundamentals/installation/common-install-issues.md)
{% endcontent-ref %}
