File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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.
4949Update 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
You can’t perform that action at this time.
0 commit comments