From f3ae258c1b9e973e29bb70e516de6b1cc984a0dc Mon Sep 17 00:00:00 2001 From: shermanlo77 Date: Wed, 7 Apr 2021 17:20:21 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d1969..9f03add 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ For dependencies, see the `pom.xml` file or: * `org.ejml` [Efficient Java Matrix Library](http://ejml.org/wiki/index.php?title=Main_Page) ## How to use (Linux recommended) -Call the `.jar` file using +Download from the `.jar` file from the release or compile it using instructions below. Call the `.jar` file using ``` java -jar oxwasp_exchange_mcmc-1.0.0-jar-with-dependencies.jar -option ```