Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Renker committed Oct 16, 2015
1 parent 6ec81fd commit 6d38b80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ This is a Go implementation of the [CLC v1 API](https://www.ctl.io/api-docs/v1).

## Getting started

Try some of the examples in the `examples/` folder, which serve to illustrate individual API calls.
Get this package from inside your `$GOPATH`:
```sh
> go get -d github.com/grrtrr/clcv1
```

Try some of the examples in the `examples/` folder. These illustrate individual API calls.

Most have help screens (`-h`). The library supports _debug output_ via `-d`.

Expand Down

0 comments on commit 6d38b80

Please sign in to comment.