Skip to content
Jacob Misirian edited this page May 21, 2016 · 1 revision

You can download Hassium onto your system through one of two options.

1. Cloning the repo (recommended)

Open a terminal and type git clone https://github.com/HassiumTeam/Hassium. This will download the source code from the GitHub repository. From there, cd into the main directory with cd Hassium. Once inside run the install.sh script.

2. Download a release

Go to the releases tab on https://github.com/HassiumTeam/Hassium. Download the latest release and keep it handy, either in your PATH or in your home folder.

Verify that Hassium works by creating a "Hello, World!" program.

func main () {
    println ("Hello, World!");
}

Then run hassium hello.has or drag the file over the Hassium exe.

Clone this wiki locally