diff --git a/README.md b/README.md index 88d8b6e..09d9f70 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,14 @@ Features Go version at least `1.5+` ## Installation +Binary can be download from + +Or if you have go enviroment, you can also build from source. + ```sh -go get -v github.com/codeskyblue/gosuv +go get -d github.com/codeskyblue/gosuv +cd $GOPATH/src/github.com/codeskyblue/gosuv +go build -tags bindata ``` ## Usage