From d05784de3e0e24acbd28ebff7593b427ae7ed796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:51:08 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e87aeb..ff0a364 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```