Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lu committed Jun 13, 2011
1 parent 5939b55 commit 67c848b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ http://www.hackreduce.org
Prerequisites
-------------
* Java 1.6+
* Gradle (http://www.gradle.org/installation.html)
* Gradle (http://www.gradle.org/installation.html) or Ant
* Git


Expand All @@ -17,7 +17,14 @@ Run an example job locally
1. git clone git://github.com/hoppertravel/HackReduce.git
- Note: You should periodically run "git pull" from within the project directory to update your code.
2. cd HackReduce
3. gradle jar
3.
Gradle:

$ gradle jar

Ant:

$ ant
4. Try running an example from the list below


Expand Down

0 comments on commit 67c848b

Please sign in to comment.