Skip to content

Commit

Permalink
reorg: move source files to top level of repo to simplify `go install…
Browse files Browse the repository at this point in the history
…` usage.
  • Loading branch information
liamstask committed Dec 17, 2012
1 parent 047beda commit c28116e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.DS_Store
cmd/goose
goose
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c28116e

Please sign in to comment.