diff --git a/README.md b/README.md index 1274689d..99445140 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you have a Go environment setup, you can simply run: go get -u -v github.com/go-task/task/cmd/task ``` -Now the `task` executable should be available in your `PATH`. +Or you can download from the [releases][releases] page and add to your `PATH`. ## Usage @@ -106,3 +106,4 @@ necessary to run the task. If not, it will just print `Task "js" is up to date`. [make]: https://www.gnu.org/software/make/ +[releases]: https://github.com/go-task/task/releases diff --git a/goreleaser.yml b/goreleaser.yml new file mode 100644 index 00000000..e4c8f5ac --- /dev/null +++ b/goreleaser.yml @@ -0,0 +1,10 @@ +build: + binary_name: task + main: cmd/task/task.go + goos: + - windows + - darwin + - linux + goarch: + - 386 + - amd64