Added project description

This commit is contained in:
pmorenux
2020-10-03 21:18:39 +02:00
parent f378c8a8cf
commit e0afb3abf1
+4 -1
View File
@@ -1,5 +1,8 @@
# Linux compressor humanizer # Linux compressor humanizer
Tool that extract or compress files automatically in a simple & easy way.
It keeps the kiss philosophy avoiding to memorize weird flags and commands to extract & compress files.
## Installation ## Installation
###### install ###### install
@@ -65,4 +68,4 @@ $ lch -i - Install the compressors dependencies
``` ```
$ git clone https://gitea.hatthieves.es/cloud/lch $ git clone https://gitea.hatthieves.es/cloud/lch
$ cd lch && docker run -it --rm --name lch --workdir /lch -v $(pwd):/lch putyourdistributionhere ./lch -h $ cd lch && docker run -it --rm --name lch --workdir /lch -v $(pwd):/lch putyourdistributionhere ./lch -h
``` ```