1
0
Fork 0
mirror of https://github.com/vbatts/sl-feeds.git synced 2024-11-22 07:45:39 +00:00
sl-feeds/README.md
Vincent Batts f879e16e8d
README: fix the go get docs
Fixes #11

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-02-16 14:23:24 -05:00

24 lines
506 B
Markdown

# sl-feeds
This is for proccessing Slackware ChangeLog.txt -> RSS feeds that folks can
subscribed to.
Ultimately ending up at http://www.slackware.com/~vbatts/feeds/ or http://mirrors.slackware.com/feeds/
## Usage
```bash
go get github.com/vbatts/sl-feeds/cmd/sl-feeds
```
Create a configuration from the sample
```bash
sl-feeds --sample-config > ~/.sl-feeds.toml
```
crontab like:
```
0 */2 * * * ~/bin/sl-feeds -c ~/.sl-feeds.toml -q || mail -s "[sl-feeds] failed $(date +%D)" me@example.com
```