diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-09T11·52+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-03-09T12·35+0100 |
commit | 4a6db37ef7581fc26f3eff50a25d4a44fab23d37 (patch) | |
tree | 9a3175b2d3bb06e63f339f0d6aaea5a538bc48ad /README.md | |
parent | d7f19934d94f978535df1e9ea361924e15ad8239 (diff) |
chore: Remove legacy build system
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md index 896574901f21..dd5280a97610 100644 --- a/README.md +++ b/README.md @@ -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/...`. |