We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b5d89 commit 76b9d95Copy full SHA for 76b9d95
readme.md
@@ -14,14 +14,14 @@ This application scrapes the "Kohler Report" section of ABC News and generates a
14
### Build and Install
15
16
#### Install only (System level)
17
-Grab the latest binary here: https://github.com/arran4/abc-kohler-report/releases/
+Grab the latest binary here: https://github.com/arran4/abc-kohler-report-rss/releases/
18
19
#### Install and build as user (User)
20
Install go 1.23+
21
22
Run `go install`:
23
```bash
24
-go install github.com/arran4/abc-kohler-report/cmd/abckohlerreportrss@latest
+go install github.com/arran4/abc-kohler-report-rss/cmd/abckohlerreportrss@latest
25
```
26
This installs to `$HOME/go/bin` (typically; check with `go env`).
27
0 commit comments