mirror of https://github.com/status-im/migrate.git
update go toolchain install
This commit is contained in:
parent
1676a902f2
commit
f00c15d7b0
|
@ -5,7 +5,8 @@
|
|||
#### 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
|
||||
|
|
Loading…
Reference in New Issue