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
## 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


Loading…
Cancel
Save