From 3a4a94cc900a39c8487e1fa79eec839f5c6e1cd4 Mon Sep 17 00:00:00 2001 From: Josh Fyne Date: Thu, 30 Jun 2016 10:33:02 -0400 Subject: [PATCH] Fixes install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed1c082..60f4025 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is a fork of https://bitbucket.org/liamstask/goose with the following chang # Install - $ go get -u github.com/pressly/cmd/goose + $ go get -u github.com/pressly/goose/cmd/goose This will install the `goose` binary to your `$GOPATH/bin` directory.