phyloref / jphyloref

MIT License
0 stars 0 forks source link

Update README execution example #92

Closed jcoliver closed 3 years ago

jcoliver commented 3 years ago

After installing and building with maven, in order to execute, I used:

$ java -jar target/jphyloref-1.1.0-SNAPSHOT.jar test src/test/resources/phylorefs/dummy1.owl

While the README indicates the JarFile would be target/jphyloref-1.1.0.jar. If this is not due to some idiosyncrasy of my system, the README should be updated (note the Usage.md document refers to the JarFile as I saw it on my system, with the SNAPSHOT token).