Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading