Skip to content

Commit

Permalink
Update go get install instructions to use modules
Browse files Browse the repository at this point in the history
Closes #106
  • Loading branch information
Gonzalo Lucero authored and amacneil committed Jan 2, 2020
1 parent 1e45bd7 commit 9a49f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a49f8e

Please sign in to comment.