Browse Source

0.5r4 - Readme

pull/8/head
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
8ae84ab526
1 changed files with 14 additions and 5 deletions
  1. +14
    -5
      README.md

+ 14
- 5
README.md View File

@ -1,6 +1,19 @@
# Linux compressor humanizer # Linux compressor humanizer
## Installation
###### install
```
sudo ./install.sh
```
###### Uninstall
```
sudo ./uninstall.sh
```
## Usage ## Usage
###### Compress ###### Compress
``` ```
$ lch file.zip file1 [file2...] $ lch file.zip file1 [file2...]
@ -12,6 +25,7 @@ $ lch file.zip
``` ```
## Supported extensions ## Supported extensions
###### Packing/unpacking: ###### Packing/unpacking:
- 7z - 7z
- bz2 - bz2
@ -42,11 +56,6 @@ $ lch file.zip
- xar - xar
- z - z
## Install
```
sudo ./install.sh
```
## Testing with docker ## Testing with docker
``` ```
$ git clone https://gitea.hatthieves.es/cloud/lch $ git clone https://gitea.hatthieves.es/cloud/lch


Loading…
Cancel
Save