We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 035c077 + 00b22e5 commit 247ca90Copy full SHA for 247ca90
cli/README.md
@@ -5,7 +5,7 @@
5
#### With Go toolchain
6
7
```
8
-$ go get -u -d github.com/mattes/migrate/cli
+$ go get -u -d github.com/mattes/migrate/cli github.com/lib/pq
9
$ go build -tags 'postgres' -o /usr/local/bin/migrate github.com/mattes/migrate/cli
10
11
0 commit comments