Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Oct 8, 2020
1 parent a2e7b42 commit 3d77a0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ java -jar ar2dtool.jar -i PathToInputRdfFile -o FileToOutputFile -t OutputFileTy

- [-d] optional flag for debugging.

- [-tmp]: option flag to specify the temp folder.


AR2DTool Java API
===============
Expand Down Expand Up @@ -87,6 +89,12 @@ These are the list parameters that can be defined:
Two sample configuration files are available in the /samples folder. One creates and ER diagram of the ontology. The other one depicts the taxonomy of the classes.


## Contribution
### To compile and generate the JAR (LINUX)
1. `cd mavenProject`
2. `mvn compile; mvn install`
3. The jar will generated in `mavenProject/target`

Acknowledgements
===============

Expand Down

0 comments on commit 3d77a0d

Please sign in to comment.