mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-10 05:55:42 +01:00
Update README.md
This commit is contained in:
parent
440ebabc2d
commit
6501efdc9f
@ -7,7 +7,7 @@ Generates an RSS file from the list of other feeds (RSS/Atom/JSON). Very handy w
|
|||||||
1. Download the binary.
|
1. Download the binary.
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
wget
|
curl -o rssingle https://github.com/tanrax/RSSingle/releases/download/v1.0.0/rssingle
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Gives execution permissions.
|
2. Gives execution permissions.
|
||||||
@ -21,6 +21,8 @@ chmod +x rssingle
|
|||||||
``` yaml
|
``` yaml
|
||||||
title: My RSS Feed
|
title: My RSS Feed
|
||||||
description: My customised RSS feed with technology news
|
description: My customised RSS feed with technology news
|
||||||
|
url: https://www.example.com
|
||||||
|
output: rss.xml
|
||||||
feeds:
|
feeds:
|
||||||
- https://programadorwebvalencia.com/feed/
|
- https://programadorwebvalencia.com/feed/
|
||||||
- https://republicaweb.es/feed/
|
- https://republicaweb.es/feed/
|
||||||
@ -28,6 +30,10 @@ feeds:
|
|||||||
|
|
||||||
If not, you can download the example in the repository.
|
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.
|
4. Run the binary.
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
|
Loading…
Reference in New Issue
Block a user