Skip to content

Commit 2c31bca

Browse files
authored
Merge pull request #7 from codeGROOVE-dev/sprinkler
Update README
2 parents 82d5267 + 68281b4 commit 2c31bca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ Designed to be easily used for embedded low-power displays, or your shell initia
1010
go install github.com/codeGROOVE-dev/prs@latest
1111
```
1212

13-
Requires Go 1.23+ and `gh` auth.
13+
## Prereqs
14+
15+
- [go](https://go.dev/) 1.23.4 or higher
16+
- [gh](https://cli.github.com/) (aka, the GitHub CLI)
17+
18+
To verify that your gh command is authenticated properly:
19+
20+
```
21+
gh auth status || gh auth login
22+
```
1423

1524
## Usage
1625

0 commit comments

Comments
 (0)