Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
heewookl committed May 10, 2017
1 parent 13f48b2 commit e289ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ The latest release, including both jar and source code can be downloaded from [h

To install Kourami, you must have following installed on your system:

- JDK 1.7+
- JDK 1.7+ [recommend using JDK 1.8+]

- Apache Maven (3.3+) or Apache Ant (1.9+) is required (we recommend Maven for each dependency downloads)
- OR you must have dependencies downloaded and added to your CLASSPATH and compile using javac.
- To use Ant, you must have dependencies downloaded.
- Apache Maven (3.3+) or Apache Ant (1.9+) is required (we recommend Maven for easy dependency downloads)
- OR you must have dependencies downloaded and added to your CLASSPATH. Then you can compile using javac.
- To use Ant, you must have dependencies downloaded and place jars under 'exjars' directory. 'exjars' directory must be created.

[MAVEN USERS] To compile and generate a jar file run the following command from the kourami directory where pom.xml is located.
```
Expand Down

0 comments on commit e289ff2

Please sign in to comment.