diff --git a/README.md b/README.md
index 8575b762334593162cfb4c9c842b4d416c631ab9..ee049e95ecb66f8bd2cc600cf4f6a508a232f70e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # dotacat
 
-dotacat is meant to be a replacement to lolcat.
+`dotacat` is meant to be a replacement to `lolcat`. If you're not aware, `lolcat` is a rather silly program which behaves like `cat`, but produces a colourful, rainbow output.
+
+![](screenshot.png?raw=true)
 
 ## Why?
 
@@ -37,8 +39,8 @@ If you have cargo installed, just run: `cargo install dotacat`
 If not, head over to the [releases page](https://git.scd31.com/stephen/dotacat/releases) and download the latest release. Then run:
 
 ```
+chmod +x dotacat
 sudo mv dotacat /bin/
-sudo chmod +x /bin/dotacat
 ```
 
 ## Usage
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000000000000000000000000000000000000..cce9e5ba6e76e3cf045b6b3a2574f3b5e5f69467
Binary files /dev/null and b/screenshot.png differ