From 08254a74f2a0312ba3c49f71053095f4e33e090f Mon Sep 17 00:00:00 2001 From: Swapnil Bawaskar <sbawaskar@pivotal.io> Date: Wed, 10 Feb 2016 15:12:38 -0800 Subject: [PATCH] [geode] updated README to point to release location. --- geode/README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/geode/README.md b/geode/README.md index a7bc6866..8346ad0a 100644 --- a/geode/README.md +++ b/geode/README.md @@ -21,15 +21,7 @@ This section describes how to run YCSB on Apache Geode (incubating). ### Get Apache Geode -You can clone Geode source from apache or the github mirror and build - -``` -$ git clone https://github.com/apache/incubator-geode -$ cd incubator-geode -$ ./gradlew build installDist -``` -You can also get the latest release (once it is available) from -http://geode.incubator.apache.org/download/ +You can download Geode from http://geode.incubator.apache.org/releases/ #### Start Geode Cluster @@ -40,7 +32,7 @@ Geode servers. Launch gfsh: ``` -$ cd gemfire-assembly/build/install/apache-geode +$ cd $GEODE_HOME $ ./bin/gfsh ``` -- GitLab