Update go get install instructions to use modules

Closes #106
This commit is contained in:
Gonzalo Lucero 2019-12-14 00:40:57 -08:00 committed by Adrian Macneil
parent 1e45bd774c
commit 9a49f8ec93

View file

@ -79,7 +79,7 @@ $ heroku run bin/dbmate-heroku up
Dbmate can be installed directly using `go get`:
```sh
$ go get -u github.com/amacneil/dbmate
$ GO111MODULE=on go get -u github.com/amacneil/dbmate
```
## Commands