From 57976bb328eb354179cd599b36afd924a6e307af Mon Sep 17 00:00:00 2001
From: James Tomasino <james@tomasino.org>
Date: Tue, 14 Aug 2018 23:43:31 -0400
Subject: [PATCH] install instructions

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index d609b23..df6a86a 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,17 @@ OPTIONAL FLAGS:
   -s server_address         Use alternative pastebin server address
 ```
 
+### Install
+
+`sudo make install`
+
+_Note: On systems without admin access the binary can be run directly from the
+git repo, but will lack `man` support and command completion._
+
+### Uninstall
+
+`sudo make uninstall`
+
 ## Contributing
 
 Pull requests are welcome. For major changes, please open an issue first to