Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Minor corrections to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Nov 22, 2018
1 parent d08a368 commit 6406fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,7 @@

* Download the latest release for your platform from https://github.com/taskcluster/generic-worker/releases
* Download the latest release of livelog for your platform from https://github.com/taskcluster/livelog/releases
* Download the latest release of livelog for your platform from https://github.com/taskcluster/taskcluster-proxy/releases
* For darwin/linux, make the binaries executable: `chmod a+x {generic-worker,livelog}*`

# Build from source
Expand All @@ -23,6 +24,7 @@ If you prefer not to use a prepackaged binary, or want to have the latest unrele
* Head over to https://golang.org/dl/ and follow the instructions for your platform. __Note, go 1.8 or higher is required__. Be sure to set your GOPATH to something appropriate.
* Run `go get github.com/taskcluster/generic-worker`
* Run `go get github.com/taskcluster/livelog`
* Run `go get github.com/taskcluster/taskcluster-proxy`

All being well, the binaries will be built under `${GOPATH}/bin`.

Expand Down

0 comments on commit 6406fc3

Please sign in to comment.