fix go toolchain build

This commit is contained in:
Matthias Kadenbach 2017-04-21 12:23:01 -07:00
parent f00c15d7b0
commit 6f07ac731b
No known key found for this signature in database
GPG Key ID: DC1F4DC6D31A7031
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#### With Go toolchain
```
$ go get -u -tags 'postgres' -d github.com/mattes/migrate/cli
$ go build -o /usr/local/bin/migrate github.com/mattes/migrate/cli
$ go get -u -d github.com/mattes/migrate/cli
$ go build -tags 'postgres' -o /usr/local/bin/migrate github.com/mattes/migrate/cli
```
#### MacOS