From: Jacob Casper Date: Thu, 19 Mar 2020 18:57:37 +0000 (-0500) Subject: Installation notes X-Git-Url: https://git.jacobcasper.com/?p=blame.git;a=commitdiff_plain;h=7401f582b6a086c168151825b4e06d9e747d8f1d Installation notes --- diff --git a/README.md b/README.md index 9a394a1..9b190a9 100644 --- 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]` + +## 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.