chore: update README

This commit is contained in:
cerbervs 2025-09-03 11:57:53 -04:00
parent cdd0519c19
commit 12396082c1

View File

@ -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.