Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

installation

flexd edited this page Dec 31, 2014 · 8 revisions

Seriesly has one depedency, go.

go

Seriesly is developed against go tip, but if it doesn't work on an older version, please file a bug.

If you use homebrew or similar:

brew install go

Otherwise, you can build from tip:

$ hg clone -u release https://code.google.com/p/go
$ hg checkout tip
$ cd src
$ ./all.bash

Make sure to add the bin folder under go checkout to the PATH.

Seriesly

Building Seriesly from source is easy:

$ go get github.com/dustin/seriesly

This should place a seriesly binary in your path (wherever $GOPATH points, or in go's bin directory).

Clone this wiki locally