From 1d7b2a7acf9ad5cae1dc93e556221fe479091545 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 30 Dec 2025 10:34:59 -0600 Subject: [PATCH] docs: update README with installation instructions [skip ci] Added installation instructions for binaries and source. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc4274..621e3b9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,15 @@ Term Tier is a terminal-based tier list maker built with Go and [Bubble Tea](htt ## Installation -To install Term Tier, you need to have Go installed on your machine. Then run: +### From Binaries + +You can download the pre-compiled binaries for your operating system from the [Releases](https://github.com/StevanFreeborn/term-tier/releases) page. + +Download the appropriate archive for your system, extract it, and move the `termtier` binary to a directory in your `PATH`. + +### From Source + +To install Term Tier from source, you need to have Go installed on your machine. Then run: ```bash go install github.com/StevanFreeborn/term-tier/cmd/termtier@latest