chore: Remove legacy build system

This commit is contained in:
Vincent Ambo 2018-03-09 12:52:24 +01:00 committed by Vincent Ambo
parent d7f19934d9
commit 4a6db37ef7
3 changed files with 0 additions and 137 deletions

View file

@ -114,13 +114,6 @@ brew install kontemplate
An [AUR package][] is available for Arch Linux and other `pacman`-based distributions.
### Building repeatably from source
Version pinning for Go dependencies is provided by a [Repeatr][] formula. After cloning
the repository the latest release can be built with `repeatr run kontemplate.frm`.
This will place release binaries in the `release` folder.
### Building from source
Assuming you have Go configured correctly, you can simply `go get github.com/tazjin/kontemplate/...`.