GitHub user karensmolermiller opened a pull request: https://github.com/apache/incubator-geode/pull/160
GEODE-1525: Examples README.md should set env variable GEODE-1523: Improve examples README.md markdown This PR fixes addresses both GEODE-1525 and GEODE-1523, as they both change the contents of the same file: geode-examples/README.md. - Each example will likely use a scripts/setEnv.sh script to set the path to gfsh. The script depends on a GEODE_HOME environment variable, so this top level of instructions for setting up the examples now tells the user to set a GEODE_HOME env variable directly after the installation. - Implement a more strict markdown that displays correctly for a wide variety of markdown implementations. - Put in links for the 3 references. - Improve the prose. You can merge this pull request into a Git repository by running: $ git pull https://github.com/karensmolermiller/incubator-geode feature/GEODE-1525 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/160.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #160 ---- commit 21d30ab92d2a2146207186a690eb5a36d42e7059 Author: Karen Miller <kmil...@pivotal.io> Date: 2016-06-15T22:30:03Z GEODE-1525: Examples README.md should set env variable GEODE-1523: Improve examples README.md markdown This PR fixes addresses both GEODE-1525 and GEODE-1523, as they both change the contents of the same file: geode-examples/README.md. - Each example will likely use a scripts/setEnv.sh script to set the path to gfsh. The script depends on a GEODE_HOME environment variable, so this top level of instructions for setting up the examples now tells the user to set a GEODE_HOME env variable directly after the installation. - Implement a more strict markdown that displays correctly for a wide variety of markdown implementations. - Put in links for the 3 references. - Improve the prose. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---