Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
daquino committed Jun 26, 2015
1 parent f8e5ac1 commit ae15efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Example Usage:
```

### Building
The project requires JDK 1.6+ and Gradle as the build tool. I've included the gradle wrapper command for this project.
For those who haven't used gradle, it will download gradle to your machine and proxy gradle commands to the version of
The project requires JDK 1.6+ and Gradle as the build tool. I've included a gradle wrapper command for this project.
For those who haven't used gradle, the gradle wrapper will download gradle to your machine and proxy gradle commands to the version of
gradle it downloads; so, you don't have to find gradle and install it yourself. You can just run gradle wrapper command
```./gradlew dist``` and it will do the rest for you.
The __dist__ task will create a build/distributions directory with a liquify*.zip file containing all you need to use
Expand Down

0 comments on commit ae15efa

Please sign in to comment.