Skip to content

Commit

Permalink
fill out download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Dec 11, 2015
1 parent 185d796 commit 0a875dc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down

0 comments on commit 0a875dc

Please sign in to comment.