From 0a875dc5fdaf979ab367db44ab0cc67678024a9c Mon Sep 17 00:00:00 2001 From: codeforkjeff Date: Thu, 10 Dec 2015 20:13:14 -0500 Subject: [PATCH] fill out download instructions --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf67758..32fcd10 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ be found in the Features -------- -* Support for the types of names provided by VIAF: Corporate Names, - Geographic Names, Personal Names, Works, Expressions +* Support for the following types of names provided by VIAF: Corporate + Names, Geographic Names, Personal Names, Works, Expressions * Good performance (uses threads; stable memory usage) @@ -37,12 +37,15 @@ Running the Service on Your Computer Install Java 1.7 or greater if you don't already have it. -Download the latest release and unzip it. (TODO) +Download the .jar file for the +[latest release](https://github.com/codeforkjeff/refine_viaf/releases). Alternatively, +you can download the source code tarball or clone this repository, and +build the .jar file using maven. Run this command: ``` -java -jar refine_viaf.jar +java -jar refine_viaf-1.0.jar ``` That's it! You should see some messages as the application starts