From 8ae84ab526d3810fdf6ac886c2a6a369e0a2ec6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sat, 3 Oct 2020 03:33:00 +0200 Subject: [PATCH] 0.5r4 - Readme --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 069539c..3f65fd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # Linux compressor humanizer +## Installation + +###### install +``` +sudo ./install.sh +``` + +###### Uninstall +``` +sudo ./uninstall.sh +``` + ## Usage + ###### Compress ``` $ lch file.zip file1 [file2...] @@ -12,6 +25,7 @@ $ lch file.zip ``` ## Supported extensions + ###### Packing/unpacking: - 7z - bz2 @@ -42,11 +56,6 @@ $ lch file.zip - xar - z -## Install -``` -sudo ./install.sh -``` - ## Testing with docker ``` $ git clone https://gitea.hatthieves.es/cloud/lch