diff --git a/README.md b/README.md index 1981bcb..84accee 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ It is go gettable $ go get github.com/andygrunwald/go-jira +For stable versions you can use one of our tags with [gopkg.in](http://labix.org/gopkg.in). E.g. + +```go +package main + +import ( + jira "gopkg.in/andygrunwald/go-jira.v1" +) +... +``` + (optional) to run unit / example tests: $ cd $GOPATH/src/github.com/andygrunwald/go-jira