readme: fix installation instructions

pull/2/head
Liam Staskawicz 2012-12-17 12:39:18 -08:00
parent c28116e175
commit 9e1edc94d7
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ You can manage your database's evolution by creating incremental SQL or Go scrip
# Install
$ go install bitbucket.org/liamstask/goose
$ go get bitbucket.org/liamstask/goose
This will install the `goose` binary to your `$GOPATH/bin` directory.
# Usage