From 4cd322ee228a367aafb5aaef7533325ddd1204e5 Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Tue, 23 Jul 2019 12:14:17 -0700 Subject: [PATCH] Quick documentation fix --- java/OBTAINING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/java/OBTAINING.md b/java/OBTAINING.md index 4737ec6..0e9e7d2 100644 --- a/java/OBTAINING.md +++ b/java/OBTAINING.md @@ -1,5 +1,5 @@ -The Java source code for this package can be obtained at https://github.com/jatherrien/largeRCRF-Java, and is also licensed under the GPL-3 license. You can include it with your modifications into the R package by following these steps: - -* Delete the Jar file in `inst/java/` -* Build the Java code in its own separate directory using `mvn clean package` in the root of the directory (same folder containing `README.md`). Make sure you have [Maven](https://maven.apache.org/) installed. -* Copy the `library/target/largeRCRF-library/1.0-SNAPSHOT.jar` file produced in the Java directory into `inst/java/` \ No newline at end of file +The Java source code for this package can be obtained at https://github.com/jatherrien/largeRCRF-Java, and is also licensed under the GPL-3 license. You can include it with your modifications into the R package by following these steps: + +* Delete the Jar file in `inst/java/` +* Build the Java code in its own separate directory using `mvn clean package` in the root of the directory (same folder containing `README.md`). Make sure you have [Maven](https://maven.apache.org/) installed. +* Copy the `library/target/largeRCRF-library-1.0-SNAPSHOT.jar` file produced in the Java directory into `inst/java/` \ No newline at end of file