From d78f567e8eb87fe9fc61c6c3f5de70e9489118eb Mon Sep 17 00:00:00 2001 From: codeskyblue Date: Thu, 1 Sep 2016 10:19:26 +0800 Subject: [PATCH] add bindata for gopack --- .gopack.yml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gopack.yml b/.gopack.yml index 872a1e1..4b93980 100644 --- a/.gopack.yml +++ b/.gopack.yml @@ -5,4 +5,4 @@ includes: [] excludes: - \.git script: - - go build + - go build -tags bindata diff --git a/README.md b/README.md index 1ff459a..baf21a4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ Features Go version at least `1.6+` ## Installation -Standalone binary can be download from +Standalone binary can be download from https://dl.equinox.io/shengxiang/gosuv/stable + +Standalone binary can be download from [github releases](https://github.com/codeskyblue/gosuv/releases/latest) Or if you have go enviroment, you can also build from source.