From f00c15d7b0c6e48dbaca275d345abeea506a88f3 Mon Sep 17 00:00:00 2001 From: Matthias Kadenbach Date: Thu, 20 Apr 2017 16:03:43 -0700 Subject: [PATCH] update go toolchain install --- cli/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index e11edb1..0a033f7 100644 --- a/cli/README.md +++ b/cli/README.md @@ -5,7 +5,8 @@ #### With Go toolchain ``` -$ go get -u -tags 'postgres' -o migrate github.com/mattes/migrate/cli +$ go get -u -tags 'postgres' -d github.com/mattes/migrate/cli +$ go build -o /usr/local/bin/migrate github.com/mattes/migrate/cli ``` #### MacOS