From b7ecbe5420dfda1f5d211abcc2ff00ecb39bfde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Frohm=C3=BCller?= Date: Sun, 16 Oct 2022 14:49:01 +0200 Subject: [PATCH] Update README.md. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 316073a..c9b4739 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a fork of the HDDSuperClone source code () released under the GPL2 by Scott Dwyer. +OpenSuperClone/HDDSuperClone is a powerful disk cloning utility for Linux akin to ddrescue with many advanced features. + ## Changes (since version 2.3.3_20220430 of HDDSuperClone) - Cleanup of project files @@ -20,7 +22,7 @@ This is a fork of the HDDSuperClone source code ( # Install required packages for building ./install-build-requirements.sh -# Build OpenSuperClone and OSCViewer +# Build OpenSuperClone and OSCViewer for Debug and install to ./debug ./build.sh ``` @@ -38,3 +40,13 @@ sudo ./release/bin/opensuperclone # Run OSCViewer ./release/bin/osscviewer ``` + +## Installation + +Installation will build OpenSuperClone for Release and install binaries, scripts, +and translation files to /usr/local + +```Bash +# Build OpenSuperClone and OSCViewer for Release and install to /usr/local +./install.sh +``` \ No newline at end of file