Installation notes
authorJacob Casper <dev@jacobcasper.com>
Thu, 19 Mar 2020 18:57:37 +0000 (13:57 -0500)
committerJacob Casper <dev@jacobcasper.com>
Thu, 19 Mar 2020 18:58:31 +0000 (13:58 -0500)
README.md

index 9a394a1..9b190a9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,3 +5,9 @@ A shell script to see who should _really_ own a file in your `git` project.
 ## Usage
 
 `blame [file]`
 ## Usage
 
 `blame [file]`
+
+## Installation
+
+Try `make install`, maybe run `sudo make install` if you're trusting and disinclined to see what's being run.
+
+Use `make uninstall` to go the other way around.