Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanogermano committed Dec 16, 2020
1 parent 6162339 commit 5cb6095
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,5 @@ TSWLatexianTemp*

# KBibTeX
*~[0-9]*

old
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ It requires:
2. Install as in [the official documentation](https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html)
- `mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile="pdq-common-1.0.0.jar"`

#### Installing KAON 2

1. Download the JAR file from [the KAON 2 website](http://kaon2.semanticweb.org)
2. Save it in the `src\main\resources` folder

### Installing

Build the project:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.1.1</version>
<version>3.2.5</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 5cb6095

Please sign in to comment.