Add cd to path to build instructions
Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/b4ee6b34 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/b4ee6b34 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/b4ee6b34 Branch: refs/heads/0.7.0-incubating Commit: b4ee6b34d994820520b6b36d3e749df05d908b4f Parents: d139785 Author: Duncan Grant <[email protected]> Authored: Tue Jan 6 11:37:20 2015 +0000 Committer: Duncan Grant <[email protected]> Committed: Tue Jan 6 11:37:20 2015 +0000 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/b4ee6b34/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2de161b..db11401 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Three quick start options are available: * The [getting started guide](https://brooklyn.incubator.apache.org/quickstart/) will step you through downloading and installing Brooklyn and running the examples. * Alternatively, [download the latest release](https://github.com/brooklyncentral/brooklyn/tarball/master) (tgz), -* or, fork or clone the repo: `git clone git://github.com/apache/incubator-brooklyn.git` then `mvn clean install`. +* or, fork or clone the repo: `git clone git://github.com/apache/incubator-brooklyn.git` then `cd incubator-brooklyn; mvn clean install`. ## Community
