Update go install guide

This commit is contained in:
Alan Campbell
2016-03-07 16:31:24 -05:00
parent fae03e7561
commit 5793df7353

View File

@@ -66,8 +66,9 @@ How to run
Example: Example:
1. Set up [Go](https://golang.org) 1. Set up [Go](https://golang.org)
2. `go install github.com/castawaylabs/cachet-monitor` 2. `go get -d github.com/castawaylabs/cachet-monitor`
3. `cachet-monitor -c https://raw.githubusercontent.com/CastawayLabs/cachet-monitor/master/example.config.json` 3. `go install github.com/castawaylabs/cachet-monitor`
4. `cachet-monitor -c https://raw.githubusercontent.com/CastawayLabs/cachet-monitor/master/example.config.json`
Production: Production: