You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ma...@apache.org on 2016/07/08 19:47:42 UTC

[11/11] incubator-geode git commit: GEODE-33: clarify GEODE_HOME value

GEODE-33: clarify GEODE_HOME value

Clarify prose that identifies value to set for GEODE_HOME,
based on dev feedback.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3eaa1cdf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3eaa1cdf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/3eaa1cdf

Branch: refs/heads/develop
Commit: 3eaa1cdfc12491bfafd7be39b2cacc175363cf6b
Parents: 859dc76
Author: Karen Miller <km...@pivotal.io>
Authored: Fri Jun 24 09:27:51 2016 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Fri Jul 8 12:42:39 2016 -0700

----------------------------------------------------------------------
 geode-examples/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3eaa1cdf/geode-examples/README.md
----------------------------------------------------------------------
diff --git a/geode-examples/README.md b/geode-examples/README.md
index cd91b2a..fccffc9 100644
--- a/geode-examples/README.md
+++ b/geode-examples/README.md
@@ -17,7 +17,7 @@ All examples:
 ### Installation and a Tutorial for Beginners
 
 *  [How to Install](http://geode.docs.pivotal.io/docs/getting_started/installation/install_standalone.html)
-*  Set a `GEODE_HOME` environment variable to point to the `bin` directory of the installation. For those that have built from source, this will be the `geode-assembly/build/install/apache-geode` directory.
+*  Set a `GEODE_HOME` environment variable to point to the root directory of the installation; this directory contains `bin/`. For those that have built from source, it will be the `geode-assembly/build/install/apache-geode` directory.
 *  If desired run the tutorial: [Apache Geode in 15 minutes or Less](http://geode.docs.pivotal.io/docs/getting_started/15_minute_quickstart_gfsh.html)
 
 ### Basics