Hedwig

A simple notification service

Building the Hedwig CLI

The Hedwig app is written in Go and can easily be built from source.

The Hedwig app is written in Go and can easily be built from source. First, if you haven’t already, clone the Hedwig repository. If you don’t know how to use Git, Atlassian has some nice tutorial here. Next, install Go. You can get the latest version at the Go website.

Then, cd into the hedwig directory. You can then install dependencies with Go:

$ go get

To build and install the program, simply run

$ go install