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 2017/04/13 16:44:10 UTC

geode-native git commit: Format fix in a quickstart example

Repository: geode-native
Updated Branches:
  refs/heads/develop ca44c0df8 -> d18172063


Format fix in a quickstart example


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

Branch: refs/heads/develop
Commit: d181720638e7360cc370036d5919d996316ad1f3
Parents: ca44c0d
Author: Dave Barnes <db...@pivotal.io>
Authored: Thu Apr 13 09:44:08 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Thu Apr 13 09:44:08 2017 -0700

----------------------------------------------------------------------
 docs/geode-native-docs/introduction/quickstart.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/d1817206/docs/geode-native-docs/introduction/quickstart.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/introduction/quickstart.html.md.erb b/docs/geode-native-docs/introduction/quickstart.html.md.erb
index c62b537..66d85b2 100644
--- a/docs/geode-native-docs/introduction/quickstart.html.md.erb
+++ b/docs/geode-native-docs/introduction/quickstart.html.md.erb
@@ -108,7 +108,7 @@ and a third time to install the resulting library into the client installation d
 tree:
 
     <code>
-    % cmake -DGEODE=_client-installdir_ -DCMAKE_INSTALL_PREFIX=/installation-destination _client-installdir_/templates/security <br />
+    % cmake -DGEODE=_client-installdir_ -DCMAKE\_INSTALL\_PREFIX=/installation-destination _client-installdir_/templates/security <br />
     ... creates a makefile and other supporting files<br />
     % cmake --build .<br />
     ... builds  securityImpl plug-in<br />