From 9e1edc94d7b594eefa74ff01ec737955fd0e3376 Mon Sep 17 00:00:00 2001 From: Liam Staskawicz Date: Mon, 17 Dec 2012 12:39:18 -0800 Subject: [PATCH] readme: fix installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b156fab..8307f91 100644 --- a/README.md +++ b/README.md @@ -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