diff --git a/README.md b/README.md index ac1a57c..c6bcaac 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ - Create aws billing alarm to help you monitor your transcoding and streaming cost. - Stream your video on any web page. For example [stream s3video on Jekyll site.](https://gist.github.com/TimShi/a48fa83abbc8a0242557). -## Build s3video -s3video needs Java and maven. To build s3video, clone the repository and run +## Download or Build s3video + +Download the latest build from the releases page. + +If you want to build s3video, you will need Java and maven. To build s3video, clone the repository and run ```sh $ mvn clean package diff --git a/pom.xml b/pom.xml index b723c84..fabf4fd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.s3video s3video - 0.0.1-SNAPSHOT + 0.0.1 jar s3video diff --git a/s3_video.sh b/s3_video.sh index 033725f..dcba451 100755 --- a/s3_video.sh +++ b/s3_video.sh @@ -1,3 +1,3 @@ #!/bin/bash -java -jar s3video-0.0.1-SNAPSHOT.jar "$@" \ No newline at end of file +java -jar s3video-0.0.1.jar "$@" \ No newline at end of file