From 7cfc81117eba110f21732c8b2d0b8ecc3184e893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Tue, 30 Mar 2021 22:59:33 -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 f31efb3..b9a9140 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Ouch! -### This readme is a WIP draft, and does not represent the reality -See the old README at https://github.com/vrmiguel/ouch/tree/0f453e9dfc70066056b9cc40e8032dcc6ee703bc `ouch` loosely stands for Obvious Unified Compression (ᵃⁿᵈ ᵈᵉᶜᵒᵐᵖʳᵉˢˢᶦᵒⁿ) Helper and aims to be an easy and intuitive way of compressing and decompressing files on the command-line. @@ -14,6 +12,9 @@ See the old README at https://github.com/vrmiguel/ouch/tree/0f453e9dfc70066056b9 - [Installation](#Installation) - [Supported operating systems](#Supported-operating-systems) +**Note** + * This README represents the new, but not yet implemented, interface that `ouch` will use. + * For current usage instructions, check [the old README](https://github.com/vrmiguel/ouch/blob/0f453e9dfc70066056b9cc40e8032dcc6ee703bc/README.md). ## Usage @@ -22,7 +23,6 @@ See the old README at https://github.com/vrmiguel/ouch/tree/0f453e9dfc70066056b9 For example, `ouch compress a b c.zip` tells to compress `a` and `b` into the same `c.zip` compressed file. ### Decompressing files - To decompress, just call `ouch` passing the input files.