Browse Source

Added Install command

pull/1/head
radikal 4 years ago
parent
commit
2811987ac1
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      README.md

+ 7
- 2
README.md View File

@ -2,10 +2,10 @@
###### Compress ###### Compress
``` ```
$ lch file.zip ./route
$ lch file.zip archive/
``` ```
###### Descompress
###### Decompress
``` ```
$ lch file.zip $ lch file.zip
``` ```
@ -20,3 +20,8 @@ $ lch file.zip
- gz - gz
- zip - zip
- 7z - 7z
## Install
```
sudo ./install.sh
```

Loading…
Cancel
Save