You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/04/26 17:49:16 UTC

[geode-native] branch develop updated: GEODE-4728: Docs - fix a format problem in BUILDING.md (no change to content)

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7c31b24  GEODE-4728: Docs - fix a format problem in BUILDING.md (no change to content)
7c31b24 is described below

commit 7c31b24ce360dccc502566e4385b1445df94c11e
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Thu Apr 26 10:49:09 2018 -0700

    GEODE-4728: Docs - fix a format problem in BUILDING.md (no change to content)
---
 BUILDING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BUILDING.md b/BUILDING.md
index 43ffb9a..e76a84c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -14,6 +14,7 @@
 
 ## Setting Path to Geode
 Building requires access to an installation of Geode. There are two ways to achieve this:
+
 * Set an environment variable called `GEODE_HOME` that points to your Geode installation path.
 * Pass in `GEODE_ROOT` during the CMake configuration step.
   * e.g.  add `-DGEODE_ROOT=/path/to/geode` to the _initial_ `cmake` execution command.

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.