update go toolchain install

This commit is contained in:
Matthias Kadenbach 2017-04-20 16:03:43 -07:00
parent 1676a902f2
commit f00c15d7b0
No known key found for this signature in database
GPG Key ID: DC1F4DC6D31A7031
1 changed files with 2 additions and 1 deletions

View File

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