From 61890e3540ceb7906ddb7536a09930d525d51ec1 Mon Sep 17 00:00:00 2001
From: Stephen <stephen@stephendownward.ca>
Date: Sat, 26 Sep 2020 19:47:48 -0300
Subject: [PATCH] Update readme

---
 Cargo.toml | 2 +-
 README.md  | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 36fd497..254ac62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dotacat"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Stephen <stephen@scd31.com>"]
 description = "Like lolcat, but fast"
 edition = "2018"
diff --git a/README.md b/README.md
index d81f4af..be5ac4f 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,14 @@ Because Dota is better than LoL (According to people - I play neither)
 
 ## Installation
 
-`cargo install dotacat`
+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:
+
+```
+sudo mv dotacat /bin/
+sudo chmod +x /bin/dotacat
+```
 
 ## Usage
 
-- 
GitLab