Skip to content

Commit f4f7bfe

Browse files
committed
docs: update readme
1 parent 396d411 commit f4f7bfe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ go build -o 4chan-rss
2828

2929
## Usage
3030

31-
The script can be run from a terminal:
31+
The script can be run from a terminal after being built as a binary using `go build`.
3232

3333
```bash
3434
./4chan-rss -b g,vg,ck -n 30 -p 1 -f general
@@ -49,11 +49,9 @@ You can automate the feed generation using GitHub Actions.
4949
Update the `boards` and `arguments` in the `create-feed` job in your workflow.
5050

5151
> [!NOTE]
52-
> This will create a rss.xml file in your repo
53-
54-
Make sure to build the binary before this step using `go build`.
52+
> This will create a `rss.xml` file in your repo
5553

5654
## Planned Features
5755

58-
- Save output to file
59-
- Filter by thread keyword
56+
- Save output to specifed location/file
57+
- Fetch threads by a keyword

0 commit comments

Comments
 (0)