From 6501efdc9f43c2b094eee0544a24495146582c12 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 19 Jun 2022 18:40:31 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02245ef..62aa47d 100644 --- a/README.md +++ b/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). \ No newline at end of file +@shymega for his original project [singlerss](https://github.com/shymega/singlerss).