Installation

Snowman ships as a single binary, and is available for the most commons architectures and operating systems. Check out the releases page for the latest version. Once downloaded, you should rename it to snowman and install it by moving it to a directory in your PATH.

Using multiple versions

If you need to use multiple versions of Snowman, you can either rename the binary to something like snowman-0.5.0 and then symlink it to snowman in your PATH or use it directly by specifying the path to the binary(./path/to/snowman).

Installing from source

If you would want to compile from source, you can do so:

git clone https://github.com/glaciers-in-archives/snowman
cd snowman
go build -o snowman

For all possible target operating systems and architectures, see the the following table.