Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-client/pull/47#discussion_r112919437
--- Diff: cli/README.md ---
@@ -21,34 +22,54 @@ Optional:
## Workspace Setup
-Go is very particular about the layout of a source tree, and the naming of
packages. It is therefore important to
-get the code from github.com/apache/brooklyn-client/cli and not your own
fork. If you want to contribute to the
-project, the procedure to follow is still to get the code from
github.com/apache/brooklyn-client/cli, and then to add your
-own fork as a remote.
+Go is very particular about the layout of a source tree and the source
repository,
+as it relies on this in the naming of packages.
+Developers familiar with
[`$GOPATH`](http://golang.org/cmd/go/#hdr-GOPATH_environment_variable) -- or on
OS's that don't support soft links --
+may prefer to `go get github.com/apache/brooklyn-client/cli/br` and
+run github commands (branching and adding remote forks) in the that subdir
--- End diff --
typo 'the that'
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---