From afb3195d9353c3a43b1070cadc77c667a3065f5d Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 26 Dec 2020 18:56:28 -0500 Subject: [PATCH] update docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index edf482d..8d7032f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,11 @@ goes to new files. # Requirements * Java 11 * Maven 3 + * ffmpeg + * mediainfo + +These programs should executable (given your `PATH`): `javac`, `java`, `mvn`, +`ffmpeg`, and `mediainfo` The first time you run `jvc`, it will automatically build the JVC jar file from sources, using maven and javac. This takes a little time but only needs