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 4d08d17 commit 2679f22Copy full SHA for 2679f22
readme.md
@@ -14,14 +14,14 @@ This application converts a PHPBB2 topic list page to a RSS feed. Ideally the "V
14
### Build and Install
15
16
#### Install only (System level)
17
-Grab the latest binary here: https://github.com/arran4/phpbb2rss/releases/
+Grab the latest binary here: https://github.com/arran4/phpbb2-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/phpbb2rss/cmd/phpbb2rss@latest
+go install github.com/arran4/phpbb2-rss/cmd/phpbb2rss@latest
25
```
26
This installs to `$HOME/go/bin` (typically; check with `go env`).
27
0 commit comments