Added note that ~/.brooklyn != BROOKLYN_DIR
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/550f9bb5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/550f9bb5 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/550f9bb5 Branch: refs/heads/0.6.0 Commit: 550f9bb528a302aa1f0f065193a2b9ee1cf5f206 Parents: eb65e04 Author: David Toy <[email protected]> Authored: Fri Oct 4 14:28:28 2013 +0100 Committer: David Toy <[email protected]> Committed: Fri Oct 4 14:28:28 2013 +0100 ---------------------------------------------------------------------- docs/use/guide/quickstart/index.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/550f9bb5/docs/use/guide/quickstart/index.md ---------------------------------------------------------------------- diff --git a/docs/use/guide/quickstart/index.md b/docs/use/guide/quickstart/index.md index e660ea9..d375b6c 100644 --- a/docs/use/guide/quickstart/index.md +++ b/docs/use/guide/quickstart/index.md @@ -79,6 +79,8 @@ Create a `.brooklyn` folder in your home directory: $ mkdir ~/.brooklyn {% endhighlight %} +**Note:** `~/.brooklyn` is an important directory, as this is where Brooklyn looks for configuration files and resources. It is **not** the +same as the directory where Brooklyn is located (`$BROOKLYN_DIR` = `~/brooklyn-{{ site.brooklyn-version }}`, if you followed the commands above). Next, set up the following default/template files in that directory:
