diff --git a/README.md b/README.md index 8562f8a..39cdfb5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # OS Helpers -Just some handy tools that I wanted to migrate from shell scripts to a higher-level language. +Just some handy tools that I wanted to migrate from shell scripts to a +higher-level language. + +## Install/Use + +1. Clone the repo +1. `cd` into the directory +1. Run `make`. + Make will automatically install the build binaries in `$HOME/.local/bin`. You + should add that directory to your path.