Skip to content

Commit 247ca90

Browse files
authored
Merge pull request denisenkom#234 from augustzf/master
Add command to make CLI example with Go toolchain work
2 parents 035c077 + 00b22e5 commit 247ca90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#### With Go toolchain
66

77
```
8-
$ go get -u -d github.com/mattes/migrate/cli
8+
$ go get -u -d github.com/mattes/migrate/cli github.com/lib/pq
99
$ go build -tags 'postgres' -o /usr/local/bin/migrate github.com/mattes/migrate/cli
1010
```
1111

0 commit comments

Comments
 (0)