Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Mar 13, 2019
1 parent 9a8a1c0 commit dd24218
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ If you run into an issue, please don't hesitate to log a

## Getting Started
### Installing the library
To more reliably manage dependencies in your application we recommend [golang/dep](https://github.com/golang/dep).
Use `go get` to acquire and install from source. Versions of the project after v0.1.0 use Go modules exclusively, which
means you'll need Go 1.11 or later to ensure all of the dependencies are properly versioned.

For more information on modules, see the [Go modules wiki](https://github.com/golang/go/wiki/Modules).

With go get:
```
Expand Down

0 comments on commit dd24218

Please sign in to comment.