diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T09·12+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T09·15+0200 |
commit | 1e3ecad709691256d5dabcab448e946aa543bb85 (patch) | |
tree | f43d4841991b9ed12cfc71dc9531ac9ae642e9d2 /README.md | |
parent | d93bc51e86081c7331554167fbba1318ac9a4927 (diff) |
feat release: Add simple release script
Adds a simple script that will build stripped binaries for various platforms and GPG-sign them.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 0227de8fbba2..0fc78e817ae0 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ to only update the `api` resource sets and the `frontend/user-page` resource set Assuming you have Go configured correctly, you can simply `go get github.com/tazjin/kontemplate/...`. -There are signed binary releases available on the [releases page][] for Linux, OS X and Windows. +There are signed binary releases available on the [releases page][] for Linux, OS X, +FreeBSD and Windows. ## Usage |