mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
readme: update installation indtructions
This commit is contained in:
parent
e310f14579
commit
f263417fda
@ -40,12 +40,14 @@ This will install the `goose` binary to your `$GOPATH/bin` directory.
|
||||
|
||||
For a lite version of the binary without DB connection dependent commands, use the exclusive build tags:
|
||||
|
||||
$ go build -tags='no_postgres no_mysql no_sqlite3' -i -o goose ./cmd/goose
|
||||
$ go build -tags='no_postgres no_mysql no_sqlite3' -o goose ./cmd/goose
|
||||
|
||||
For macOS users `goose` is available as a [Homebrew Formulae](https://formulae.brew.sh/formula/goose#default):
|
||||
|
||||
$ brew install goose
|
||||
|
||||
See the docs for more [installation instructions](https://pressly.github.io/goose/installation/).
|
||||
|
||||
# Usage
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user