From e8583ca7b722d766320644da54cd567c0648378c Mon Sep 17 00:00:00 2001 From: cerbervs Date: Wed, 3 Sep 2025 11:57:53 -0400 Subject: [PATCH] chore: update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8562f8a..674ae75 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # 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.