Skip to content

Commit

Permalink
Update README instructions for building with gradle instead of gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
metatype committed Jan 25, 2016
1 parent 42dd4a7 commit 2609946
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ Geode includes the following features:

# Geode in 5 minutes

With JDK 1.8 or a more recent version installed, obtain the source archive.
Extract and build from source:
With both a recent version of Gradle and JDK 1.8 or a more recent version installed, obtain the source archive.
Extract the source archive and build from the expanded directory:

$ cd geode
$ ./gradlew build installDist
$ gradle build installDist

Start a locator and server:

Expand Down

0 comments on commit 2609946

Please sign in to comment.