diff --git a/README.md b/README.md index 5d5d6a6a..db51bea4 100644 --- a/README.md +++ b/README.md @@ -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