From a7d912c5c13df0c682e2dce8c5d58e74ae26db76 Mon Sep 17 00:00:00 2001 From: nold Date: Sat, 15 Apr 2017 08:25:37 +0200 Subject: [PATCH] Add: deb-installation to README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index fdf16a4..d884a12 100755 --- a/README +++ b/README @@ -23,6 +23,18 @@ Requirements: Installation: + On Ubuntu/Debian: + ------------------ + 1. Download latest release .deb-file: https://github.com/Nold360/mksdiso/releases + 2. Install file + $ sudo dpkg -i mksdiso-*-all.deb + + 3. Install dependencies + $ sudo apt-get -f install + + + On any other Linux-Distribution: + --------------------------------- 0. Clone git & change directory: $ git clone https://github.com/Nold360/mksdiso $ cd mksdiso