mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-14 17:35:41 +01:00
Update README.md
This commit is contained in:
parent
440ebabc2d
commit
6501efdc9f
10
README.md
10
README.md
@ -7,7 +7,7 @@ Generates an RSS file from the list of other feeds (RSS/Atom/JSON). Very handy w
|
||||
1. Download the binary.
|
||||
|
||||
``` shell
|
||||
wget
|
||||
curl -o rssingle https://github.com/tanrax/RSSingle/releases/download/v1.0.0/rssingle
|
||||
```
|
||||
|
||||
2. Gives execution permissions.
|
||||
@ -21,6 +21,8 @@ chmod +x rssingle
|
||||
``` yaml
|
||||
title: My RSS Feed
|
||||
description: My customised RSS feed with technology news
|
||||
url: https://www.example.com
|
||||
output: rss.xml
|
||||
feeds:
|
||||
- https://programadorwebvalencia.com/feed/
|
||||
- https://republicaweb.es/feed/
|
||||
@ -28,6 +30,10 @@ feeds:
|
||||
|
||||
If not, you can download the example in the repository.
|
||||
|
||||
``` shell
|
||||
curl -o config.yml https://raw.githubusercontent.com/tanrax/RSSingle/master/config.yml
|
||||
```
|
||||
|
||||
4. Run the binary.
|
||||
|
||||
``` shell
|
||||
@ -48,4 +54,4 @@ You will find the binary in `dist`.
|
||||
|
||||
## Thanks
|
||||
|
||||
@shymega for his original project [singlerss](https://github.com/shymega/singlerss).
|
||||
@shymega for his original project [singlerss](https://github.com/shymega/singlerss).
|
||||
|
Loading…
Reference in New Issue
Block a user