From f0c758d4b4560f5dd71bcbbe49798d21cedc5ba6 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Mon, 19 Apr 2021 14:25:20 -0400 Subject: [PATCH] Added a separate note on running just the test suite. Might be useful if the reader doesn't know much about the Maven system. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7eeb670..0f483e0 100644 --- a/README.md +++ b/README.md @@ -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: