Skip to content

Commit

Permalink
Updated readme on how to use driver as go module
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wilhelmsson authored and 2hdddg committed May 26, 2020
1 parent ad79bb3 commit d23bf7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ This is the the official Neo4j Go Driver.

## Getting the Driver

### With `dep`
### Module version

Add the driver as a dependency with `dep ensure -add github.com/neo4j/neo4j-go-driver/neo4j`
Make sure your application has been setup to use go modules (there should be a go.mod file in your application root). Add the driver with:

`go mod edit -require github.com/neo4j/neo4j-go-driver@<the tag>`

### With `go get`

Expand Down

0 comments on commit d23bf7a

Please sign in to comment.