mirror of https://github.com/pressly/goose.git
reorg: move source files to top level of repo to simplify `go install` usage.
parent
047beda98d
commit
c28116e175
|
@ -1,2 +1,2 @@
|
|||
.DS_Store
|
||||
cmd/goose
|
||||
goose
|
||||
|
|
|
@ -6,9 +6,8 @@ You can manage your database's evolution by creating incremental SQL or Go scrip
|
|||
|
||||
# Install
|
||||
|
||||
$ go get bitbucket.org/liamstask/goose
|
||||
$ go build -o bin/goose bitbucket.org/liamstask/goose/cmd
|
||||
|
||||
$ go install bitbucket.org/liamstask/goose
|
||||
|
||||
# Usage
|
||||
|
||||
goose expects you to maintain a folder (typically called "db"), which contains the following:
|
||||
|
|
Loading…
Reference in New Issue