diff --git a/cli/README.md b/cli/README.md index 0a033f7..b8f685c 100644 --- a/cli/README.md +++ b/cli/README.md @@ -5,8 +5,8 @@ #### With Go toolchain ``` -$ go get -u -tags 'postgres' -d github.com/mattes/migrate/cli -$ go build -o /usr/local/bin/migrate github.com/mattes/migrate/cli +$ go get -u -d github.com/mattes/migrate/cli +$ go build -tags 'postgres' -o /usr/local/bin/migrate github.com/mattes/migrate/cli ``` #### MacOS