Skip to content

Commit

Permalink
Added a separate note on running just the test suite.
Browse files Browse the repository at this point in the history
Might be useful if the reader doesn't know much about the Maven system.
  • Loading branch information
gaurav committed Apr 19, 2021
1 parent 32aa95b commit f0c758d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ can be used to resolve [phyloreferences](http://phyloref.org):

# Build and execution instructions

Once you have downloaded the source code to your computer, you can compile and test the code by running `mvn test`.

JPhyloRef can be built from source by running `mvn package` from the root directory of this repository. This will create a JAR file in the `target/` directory, which can be executed by running,
for example:

Expand Down

0 comments on commit f0c758d

Please sign in to comment.