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

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Aug 12, 2017
1 parent 723945a commit 70ffe01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ script:
- go test -v
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
- test -z "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -s -- --snapshot
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,16 @@ I have been using python-supervisor for many years and there are something uncom
Go version at least `1.6+`

## Installation
Standalone binary can be download from one of the following addresses
### Binaries
<https://github.com/codeskyblue/gosuv/releases>

| Branch | Source | Address |
|--------|--------|---------|
| latest | equinox| <https://dl.equinox.io/shengxiang/gosuv/stable> |

Or if you have go enviroment, you can also build from source.
Thanks to [goreleaser](https://github.com/goreleaser/goreleaser) which makes publish binary automatic.

### Build from source
```sh
go get -d github.com/codeskyblue/gosuv
cd $GOPATH/src/github.com/codeskyblue/gosuv
go build
```

If you want to build a standalone binary, run the following command.

```sh
go generate
go generate # package html resources into go
go build -tags vfs
```

Expand Down

0 comments on commit 70ffe01

Please sign in to comment.