Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
add bindata for gopack
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Sep 1, 2016
1 parent 7145ae0 commit d78f567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gopack.yml
Expand Up @@ -5,4 +5,4 @@ includes: []
excludes:
- \.git
script:
- go build
- go build -tags bindata
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -25,7 +25,9 @@ Features
Go version at least `1.6+`

## Installation
Standalone binary can be download from <https://dl.equinox.io/shengxiang/gosuv/stable>
<del>Standalone binary can be download from https://dl.equinox.io/shengxiang/gosuv/stable</del>

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.

Expand Down

0 comments on commit d78f567

Please sign in to comment.