Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Clarify use of JAR files
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriTanosuke authored May 1, 2019
1 parent 752e22e commit e39b71d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ How to build it
2. Build with maven `mvn package`
3. Run

If you build the application yourself, you have to use the JAR from `glacieruploader-impl` module.

How to run
==========

To run the application, use the following command:

````bash
java -jar glacieruploader.jar --option1 value1 --option2 value2 ...
java -jar <PATH TO GLACIERUPLOADER JAR> --option1 value1 --option2 value2 ...
````

Since 0.1.1 the default amazon credentials lookup is used:
Expand Down

0 comments on commit e39b71d

Please sign in to comment.