From 1b95493508178de1ee12fa283d9805b0ac159b90 Mon Sep 17 00:00:00 2001 From: Andreas Demmelbauer Date: Sun, 7 Feb 2021 19:59:12 +0100 Subject: [PATCH] update readme --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3a0785c..e939174 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,16 @@ It supports simple grid definitions and advanced layout definitions from a json layout definition file. ## Installation - -### Install git, ffmpeg and python3 with pip on your system -For Debian: +Install git, ffmpeg and python3 with pip on your system +Debian: ``` sudo apt install git ffmpeg python3 python3-pip ``` - -### Clone this git repository +Clone this git repository ``` git clone https://git.notice.at/redplanet/video-shredder.git ``` - -### Enter directory and install python requirements +Enter directory and install python requirements ``` pip3 install -r requirements.txt ```