Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed SNAPSHOT string from uberjar, and updated README.
  • Loading branch information
Stephen Ramsay committed Jan 12, 2012
1 parent c3f41a6 commit 2c75ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -24,13 +24,13 @@ Quickstart

(We'll assume that you have one or more collections that do not conform to TEI-A and you would like to make them interoperate with one another by making them conform to that schema.)

Everything you need to use Abbot (aside from an up-to-date JVM) is contained in the file abbot-X.X.X-SNAPSHOT-standalone.jar.
Everything you need to use Abbot (aside from an up-to-date JVM) is contained in the file abbot-X.X.X-standalone.jar.

1. Set the environment variable ABBOT\_HOME to this directory (the root directory of the Abbot distribution).

2. Put the files you want to convert into $ABBOT\_HOME/input.

3. type "java -jar abbot-X.X.X-SNAPSHOT-standalone.jar"
3. type "java -jar abbot-X.X.X-standalone.jar"

4. Behold your converted files in $ABBOT\_HOME/output

Expand Down

0 comments on commit 2c75ca6

Please sign in to comment.