Skip to content

Commit

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

### Building
The project requires JDK 1.6+. To build the project, simple run the following gradle wrapper command:
```./gradlew dist```
This will create a build/distributions directory with a .zip file containing all that is needed to use the tool.
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
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
the tool.

0 comments on commit f8e5ac1

Please sign in to comment.