diff --git a/.travis.yml b/.travis.yml index a8dd958..d49c891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - "1.x" -script: ".scripts/build_crossplatform $TRAVIS_TAG" +script: ".scripts/build_crossplatform.sh $TRAVIS_TAG" deploy: provider: releases diff --git a/README.md b/README.md index ade6db4..c7ad57d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,8 @@ Want to use `osem_notify` on a platform where no builds are provided? Assuming you have golang installed, run ```sh -go install github.com/noerw/osem_notify +go get -v -d ./ +go build main.go ``` For cross-compilation, check [this guide](https://dave.cheney.net/2015/08/22/cross-compilation-with-go-1-5) out.