diff --git a/README.md b/README.md
index 6a00e55..aaf927a 100644
--- a/README.md
+++ b/README.md
@@ -1,133 +1,112 @@
-# ouch (_work in progress_)
+# Ouch!
-`ouch` is the Obvious Unified Compression (_and decompression_) Helper.
+
+`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.
-| Supported formats | .tar | .zip | .tar.{.lz*,.gz, .bz} | .zip.{.lz*, .gz, .bz*} | .bz | .gz | .lz, .lzma |
-|-------------------|------|------|------------------------------|------------------------------|-----|-----|------------|
-| Decompression | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
-| Compression | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+- [Usage](#Usage)
+ - [Decompressing files](#Decompressing-files)
+ - [Compressing files/directories](#Compressing-files-and-directories)
+ - [Listing files](#Listing-the-elements-of-an-archive)
+- [Supported Formats](#Supported-formats)
+- [Installation](#Installation)
+- [Supported operating systems](#Supported-operating-systems)
-## How does it work?
+**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).
-`ouch` infers commands from the extensions of its command-line options.
+## Usage
-```
-ouch 0.1.4
-Vinícius R. Miguel
-ouch is a unified compression & decompression utility
+### Decompressing files
-USAGE:
- ouch [OPTIONS] --input ...
+To decompress any number of files, just supply them to `ouch`.
-FLAGS:
- -h, --help Displays this message and exits
- -V, --version Prints version information
-
-OPTIONS:
- -i, --input ... The input files or directories.
- -o, --output