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