From e5a858c56dde31096e9db7c4f5bb9c28b05a2291 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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8562f8a..aaf0b9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # 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` - automatically installs the built binaries in `$HOME/.local/bin`