Skip to content

Commit

Permalink
Add note about install without go mods
Browse files Browse the repository at this point in the history
* Trying to help with #99
  • Loading branch information
doug-martin authored Jul 12, 2019
1 parent 40b44d0 commit 2b37668
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,21 @@

## Installation

If using go modules.

```sh
go get -u github.com/doug-martin/goqu/v7
```

If you are not using go modules...

**NOTE** You should still be able to use this package if you are using go version `>v1.10` but, you will need to drop the version from the package. `import "github.com/doug-martin/goqu/v7` -> `import "github.com/doug-martin/goqu"`

```sh
go get -u github.com/doug-martin/goqu
```


[Migrating Between Versions](#migrating)

## Features
Expand Down

0 comments on commit 2b37668

Please sign in to comment.