Skip to content

Commit

Permalink
describe gopkg.in versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvetta committed Dec 29, 2015
1 parent f5fe757 commit a5ca13d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,24 @@ Tested against Neo4j 2.2.4 and Go 1.4.1.

# Installation

## Development

```
go get -v github.com/jmcvetta/neoism
```


## Stable

Neoism is versioned using [`gopkg.in`](http://gopkg.in).

Current release is `v1`

```
go get gopkg.in/jmcvetta/neoism.v1
```


# Documentation

See [GoDoc](http://godoc.org/github.com/jmcvetta/neoism) or
Expand Down

0 comments on commit a5ca13d

Please sign in to comment.