Skip to content

Commit 76b9d95

Browse files
committed
Oops
1 parent 07b5d89 commit 76b9d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ This application scrapes the "Kohler Report" section of ABC News and generates a
1414
### Build and Install
1515

1616
#### Install only (System level)
17-
Grab the latest binary here: https://github.com/arran4/abc-kohler-report/releases/
17+
Grab the latest binary here: https://github.com/arran4/abc-kohler-report-rss/releases/
1818

1919
#### Install and build as user (User)
2020
Install go 1.23+
2121

2222
Run `go install`:
2323
```bash
24-
go install github.com/arran4/abc-kohler-report/cmd/abckohlerreportrss@latest
24+
go install github.com/arran4/abc-kohler-report-rss/cmd/abckohlerreportrss@latest
2525
```
2626
This installs to `$HOME/go/bin` (typically; check with `go env`).
2727

0 commit comments

Comments
 (0)