Add release documentation

This commit is contained in:
Ian Kent 2014-12-21 07:57:22 +00:00
parent a8d1d0e42d
commit 6579b68bdb

View file

@ -21,3 +21,9 @@ The build should be updated to use `go generate` (added in Go 1.4) to
preprocess static assets into go source files.
However, this will break backwards compatibility with Go 1.2/1.3.
### Building a release
Releases are built using [gox](https://github.com/mitchellh/gox).
Run `make release` to cross-compile for all available platforms.