Skip to content

Commit

Permalink
Fix install command (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongri Jin authored Nov 24, 2021
1 parent 4148551 commit 7bc1756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/sql-migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc1756

Please sign in to comment.