From 6418eccf859cdc38249e873ac48f6590d3ea4aad Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 20 Apr 2024 16:36:34 +0300 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 579d16b..304ff5e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ RSS Aggregator for [Gemini Protocol](https://geminiprotocol.net) Simple RSS feed converter to static Gemtext format, useful for news portals or localhost reading +## Example + +* `gemini://[301:23b4:991a:634d::feed]` - [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) instance by YGGverse + ## Usage 1. `git clone https://github.com/YGGverse/Pulsar.git` @@ -26,7 +30,7 @@ Configuration file supports multiple feed channels with custom settings: * `{title}` - item title * `{description}` - item description -Resulting files could be placed to any local folder (for personal reading) or shared with others (using [gmid](https://github.com/omar-polo/gmid), [twins](https://code.rocket9labs.com/tslocum/twins) or any other [server](https://github.com/kr1sp1n/awesome-gemini#servers)) +Resulting files could be placed to any local folder (for personal reading) or shared with others (using [gmid](https://github.com/omar-polo/gmid), [twins](https://code.rocket9labs.com/tslocum/twins) or any other [server](https://github.com/kr1sp1n/awesome-gemini#servers) for `gemtext` statics) ## Server