Skip to content

Commit

Permalink
add build/install and test commands to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvor committed Dec 27, 2014
1 parent b136b6c commit f135996
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ func main() {
}
```

### Build/Install

```
go install ./...
```

### Run tests

```
go test ./...
```

## Resources

* [API documentation](http://godoc.org/github.com/danryan/go-pagerduty)
Expand Down

0 comments on commit f135996

Please sign in to comment.