mirror of https://github.com/pressly/goose.git
Fix install command (#289)
parent
4148551f3e
commit
7bc1756c61
|
@ -33,7 +33,7 @@ Goose supports [embedding SQL migrations](#embedded-sql-migrations), which means
|
|||
|
||||
# Install
|
||||
|
||||
$ go get -u github.com/pressly/goose/v3/cmd/goose
|
||||
$ go install github.com/pressly/goose/v3/cmd/goose@latest
|
||||
|
||||
This will install the `goose` binary to your `$GOPATH/bin` directory.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
See [this example](../go-migrations) for Go migrations.
|
||||
|
||||
```bash
|
||||
$ go get -u github.com/pressly/goose/cmd/goose
|
||||
$ go install github.com/pressly/goose/v3/cmd/goose@latest
|
||||
```
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue