From 241b6e1e2d5304ac094a6c92db9a7687aeeb9bcd Mon Sep 17 00:00:00 2001 From: langfingaz Date: Wed, 23 Sep 2020 19:54:57 +0200 Subject: [PATCH] add install instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b76e336..3a81055 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # SplitVideo +## Installation + +Read and understand the ![install.sh](install.sh) installation script. Then run + +``` +sudo ./install.sh +``` + ## Usage Start the app via desktop entry: @@ -21,4 +29,4 @@ You will be informed in a small message window when the conversation is done and * `splitVideo` - check if `ffmpeg` is installed -* check dependencies in `install.sh` \ No newline at end of file +* check dependencies in `install.sh`