diff --git a/README.md b/README.md
index 941da18..7927884 100644
--- a/README.md
+++ b/README.md
@@ -1,61 +1,52 @@
-
+
# binhop
-binhop is a **file carving visualizer**, powered by binwalk.
+`binhop` is a **file carving visualizer**, powered by `binwalk`.
It makes clear what parts of a blob can be extracted, so you can
take action on the parts that didn't.
-binhop relies entirely on a functioning installation of binwalk.
+`binhop` relies entirely on a functioning installation of `binwalk`.
-[Installation](#installation) •
-[Usage](#usage) •
+[Installation and Usage](#installation) •
[FAQ](#faq) •
[Contributing](#contributing) •
[License](#license)
-## Installation
+## Installation and Usage
-To use this script, you need Python 3 and a functioning and "recent" version of `binwalk` installed on your system. You'll probably also want to install optional `binwalk` dependencies such as `sasquatch`, `jefferson`, and others. You can learn how to do that in the [binwalk documentation](https://github.com/ReFirmLabs/binwalk/blob/master/INSTALL.md).
+To use this script, you need Python 3 and a functioning and "recent" version of `binwalk` installed on your system.
-When that's done, install the Python dependencies for `binhop`, running something like:
+You'll probably also want to install optional `binwalk` dependencies such as `sasquatch`, `jefferson`, and others. You can learn how to do that in [binwalk's INSTALL.md](https://github.com/ReFirmLabs/binwalk/blob/master/INSTALL.md). `binhop` only "requires" `binwalk`, but it'll fail on binaries for which `binwalk` is dependent on optional modules.
+
+When that's done, get `binhop` running with something like:
```
git clone https://github.com/darrylnixon/binhop.git
cd binhop
pip install -r requirements.txt
-pip install .
+./binhop.py
```
-## Usage
-
-To use the script, run the following command:
-
-```
-binhop