Skip to content

Commit

Permalink
Added download section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata authored Oct 24, 2016
1 parent 4ffd5bb commit 9402f1d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,22 @@ Features:

![JPass](https://raw.githubusercontent.com/gaborbata/jpass/master/resources/jpass-capture.gif)

How to compile
--------------
* Maven: `mvn clean package`
* Gradle: `gradle clean build`

Usage
-----
Java 6 or later is recommended to run JPass. Most platforms have a mechanism to execute `.jar` files (e.g. double click the `jpass-0.1.14.jar`).
You can also run the application from the command line by typing (the password file is optional):

java -jar jpass-0.1.14.jar [password_file]

Download
--------
You can find the latest distribution package under the [releases](https://github.com/gaborbata/jpass/releases) link.

How to compile
--------------
* Maven: `mvn clean package`
* Gradle: `gradle clean build`

Configuration
-------------
Default configurations can be overridden in `jpass.properties` file:
Expand Down

0 comments on commit 9402f1d

Please sign in to comment.