update readme

pull/123/head
1vn 2018-11-13 11:21:31 -05:00
parent cd715b596a
commit 750e477310
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ Goose is a database migration tool. Manage your database schema by creating incr
This will install the `goose` binary to your `$GOPATH/bin` directory.
For a lite version of the binary without DB connection dependent commands (`fix`, `create`, etc.):
For a lite version of the binary without DB connection dependent commands, use build tags:
$ go get -u github.com/pressly/goose/cmd/goose-lite
$ go build -tags='not_mysql not_sqlite not_psql' -i -o goose ./cmd/goose
# Usage