Update README.md

This commit is contained in:
Vinícius Miguel 2021-03-23 10:51:08 -03:00 committed by GitHub
parent d72ca9eeae
commit d05784de3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# ouch
# ouch (_work in progress_)
`ouch` is the Obvious Unified Compression (and decompression) Helper.
@ -6,7 +6,7 @@
| Supported formats | .tar | .zip | .tar.{.lz, .lzma, .gz, .bz} | .zip.{.lz, .lzma, .gz, .bz} | .bz | .gz | .lz, .lzma |
|-------------------|------|------|------------------------------|------------------------------|-----|-----|------------|
| Decompression | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Compression | | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Compression | | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ |
## How does it work?
@ -96,4 +96,4 @@ Once the dependency requirements are met:
```bash
git clone https://github.com/vrmiguel/jacarex # Clone the repo.
cargo install --path ouch # .. and install it
```
```