Skip to content

Commit

Permalink
Update Readme badges and install command
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Aug 4, 2021
1 parent ff32c04 commit 6d62d83
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# goose
# goose [![Goose CI](https://github.com/pressly/goose/actions/workflows/ci.yml/badge.svg)](https://github.com/pressly/goose/actions/workflows/ci.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/pressly/goose/v3.svg)](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
Expand All @@ -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.

Expand Down Expand Up @@ -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)

0 comments on commit 6d62d83

Please sign in to comment.