mirror of https://github.com/pressly/goose.git
Update Readme badges and install command
parent
ff32c04cfd
commit
6d62d8314e
13
README.md
13
README.md
|
@ -1,9 +1,7 @@
|
|||
# goose
|
||||
# goose [](https://github.com/pressly/goose/actions/workflows/ci.yml) [](https://pkg.go.dev/github.com/pressly/goose/v3)
|
||||
|
||||
Goose is a database migration tool. Manage your database schema by creating incremental SQL changes or Go functions.
|
||||
|
||||
[![GoDoc Widget]][GoDoc] [![Travis Widget]][Travis]
|
||||
|
||||
Starting with [v3.0.0](https://github.com/pressly/goose/releases/tag/v3.0.0) this project adds Go module support, but maintains backwards compataibility with older `v2.x.y` tags.
|
||||
|
||||
### Goals of this fork
|
||||
|
@ -28,7 +26,7 @@ Starting with [v3.0.0](https://github.com/pressly/goose/releases/tag/v3.0.0) thi
|
|||
|
||||
# Install
|
||||
|
||||
$ go get -u github.com/pressly/goose/cmd/goose
|
||||
$ go get -u github.com/pressly/goose/v3/cmd/goose
|
||||
|
||||
This will install the `goose` binary to your `$GOPATH/bin` directory.
|
||||
|
||||
|
@ -270,9 +268,4 @@ To help you adopt this approach, `create` will use the current timestamp as the
|
|||
|
||||
## License
|
||||
|
||||
Licensed under [MIT License](./LICENSE)
|
||||
|
||||
[GoDoc]: https://godoc.org/github.com/pressly/goose
|
||||
[GoDoc Widget]: https://godoc.org/github.com/pressly/goose?status.svg
|
||||
[Travis]: https://travis-ci.org/pressly/goose
|
||||
[Travis Widget]: https://travis-ci.org/pressly/goose.svg?branch=master
|
||||
Licensed under [MIT License](./LICENSE)
|
Loading…
Reference in New Issue