From e9a66313cf61fc3db23d79f3ffb02133ab6d7bb9 Mon Sep 17 00:00:00 2001 From: Jason Swank <632526+jswank@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:45:08 -0500 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 038425f..f3538d2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A collection of installation scripts for binary tools, generated using [binstaller](https://github.com/binary-install/binstaller). These scripts are portable POSIX shell scripts that work across Linux, macOS, and Windows (Git Bash/WSL) and are designed to be a simple, secure way to install self-contained binaries from GitHub releases. +* [Quick Start](#quick-start) +* [Workflows](#workflows) + * [Creating New Installation Scripts](#creating-new-installation-scripts) +* [Notes](#notes) + * [Binary Names](#binary-names) + ## Quick Start Install any binary using its generated script: @@ -86,3 +92,6 @@ binaries: - name: thv path: thv ``` + +## License +MIT. See [LICENSE](LICENSE) for details.