Add instructions to download releases

Fixes #7.
pull/16/head
Andrew Gaul 2014-08-11 23:41:06 -07:00
rodzic f38378956a
commit 8d826148ce
1 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -26,11 +26,14 @@ Supported object stores:
Installation
------------
S3Proxy requires Java 7 to run. Presently there is no binary release but
[Bintray](https://bintray.com/) will host releases in the future.
Users can
[download releases](https://github.com/andrewgaul/s3proxy/releases) from GitHub
and should `chmod +x s3proxy` afterwards.
One can build the project by running `mvn package` which produces a binary at
`target/s3proxy`.
One can also build the project by running `mvn package` which produces a binary
at `target/s3proxy`.
S3Proxy requires Java 7 to run.
Examples
--------