From 68281b47069d3edeb94f28f4d20ab92e321b7882 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Wed, 27 Aug 2025 17:57:46 -0400 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d860dc7..4f90820 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,16 @@ Designed to be easily used for embedded low-power displays, or your shell initia go install github.com/codeGROOVE-dev/prs@latest ``` -Requires Go 1.23+ and `gh` auth. +## Prereqs + +- [go](https://go.dev/) 1.23.4 or higher +- [gh](https://cli.github.com/) (aka, the GitHub CLI) + +To verify that your gh command is authenticated properly: + +``` +gh auth status || gh auth login +``` ## Usage