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

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

commit a66cc633c66ed707ea11c10c33b9a3214d22205f
Author: Blake Bender <bben...@pivotal.io>
AuthorDate: Wed Feb 21 13:59:37 2018 -0600

    GEODE-4341: Fix missing line in README.md
---
 examples/dotnet/README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/examples/dotnet/README.md b/examples/dotnet/README.md
index ebb76d4..7682936 100644
--- a/examples/dotnet/README.md
+++ b/examples/dotnet/README.md
@@ -12,9 +12,10 @@
 ## Using
 1) Use cmake to generate the .sln and .vcxproj files for the Examples
 ```
-       cd examples\dotnet
-       mkdir build
-       cmake .. -G"Visual Studio 14 2015 Win64" 
-DGEODE_ASSEMBLY=C:\path\to\Apache.Geode.dll -Thost=x64
+    cd examples\dotnet
+    mkdir build
+    cd build
+    cmake .. -G"Visual Studio 14 2015 Win64" 
-DGEODE_ASSEMBLY=C:\path\to\Apache.Geode.dll -Thost=x64
 ```
 2) Open `Apache.Geode.Examples.sln` in [Visual Studio 
2015](https://www.visualstudio.com/)
 or newer.

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

Reply via email to