Update README.md

This commit is contained in:
Andros Fenollosa 2022-06-19 18:40:31 +02:00 committed by GitHub
parent 440ebabc2d
commit 6501efdc9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).