From 1be8149a681259d43716539b502de98d5036430c Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 14 Jul 2020 11:25:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8a8343..39c78b9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ mkdir videos 4) Install `ffmpeg`. -5) Download the latest version (`video-optimize-{version}-standalone.jar`). +5) Download the latest version (`video-optimize-{version}-SNAPSHOT-standalone.jar`). https://github.com/tanrax/auto-video-thumbnail/releases @@ -38,7 +38,7 @@ https://github.com/tanrax/auto-video-thumbnail/releases 6) Now you can execute. ``` bash -java $JVM_OPTS -cp video-optimize-{version}-standalone.jar clojure.main -m video-optimize.core +java $JVM_OPTS -cp video-optimize-{version}-SNAPSHOT-standalone.jar clojure.main -m video-optimize.core ``` 7) Leave videos in folder `videos`.