Repository: brooklyn-client Updated Branches: refs/heads/master f8d18aeb3 -> 34846b8fb
Minor README update to remove remark redundant since vendoring added. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/49fdb460 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/49fdb460 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/49fdb460 Branch: refs/heads/master Commit: 49fdb4605961d14f2c63d537a9d3fcea59689cbd Parents: f8d18ae Author: Geoff Macartney <[email protected]> Authored: Mon Apr 11 10:36:56 2016 +0100 Committer: Geoff Macartney <[email protected]> Committed: Mon Apr 11 10:36:56 2016 +0100 ---------------------------------------------------------------------- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/49fdb460/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3d6c51c..a0766d6 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,9 @@ own fork as a remote. - Ensure your [$GOPATH](http://golang.org/cmd/go/#hdr-GOPATH_environment_variable) is set correctly to a suitable location for your Go code, for example, simply $HOME/go. -- Get the Brooklyn CLI and dependencies. Note the "-d" parameter, which instructs Go to download the files but not - build the code, see why in the note below on dependency management. +- Get the Brooklyn CLI and dependencies. -`go get -d github.com/apache/brooklyn-client/br` +`go get github.com/apache/brooklyn-client/br` ## A note on dependency management
