2 Commits e1779d34c0 ... 88b0115007

Author SHA1 Message Date
  Jaidyn Ann 88b0115007 Add a convenience script doc/mirror_feed.sh 6 months ago
  Jaidyn Ann e1779d34c0 Add a convenience script doc/mirror_feed.sh 6 months ago
1 changed files with 9 additions and 4 deletions
  1. 9 4
      README.md

+ 9 - 4
README.md

@@ -1,6 +1,6 @@
 # sfeed_mastodon
 
-Mirror Atom/RSS feeds to Mastodon (& friends) simply and UNIX-ly.
+Mirror Atom/RSS feeds to Mastodon (& friends) simply and UNIX-ly.  
 Mastodon-based front-end for the sfeed feed-reader.
 
 ![A screenshot of a post to a Pleroma server. It is a post made by sfeed_mastodon, and contains an article title (“Kajtoj ne nur gajigas la ĉielon”), a URL (https://uea.facila.org/artikoloj/legaĵoj/kajtoj-ne-nur-gajigas-la-ĉielon-r394/), and a quoted excerpt from the URL (“Kajtoj estas ŝat-okupo kaj sporto en okcidentaj landoj, kaj ili estas eĉ pli gravaj en Azio. Tie ili estas tradiciaj, tre popularaj, kaj povas esti tre belaj artaĵoj. Cetere ili delonge utilas al sporto, veter-scienco, fotado kaj militad[…]”).](res/screenshot.png)
@@ -9,7 +9,7 @@ Mastodon-based front-end for the sfeed feed-reader.
 
 ## Usage
 sfeed_mastodon takes output from the lovely feed-aggregator
-[sfeed](https://codemadness.org/sfeed-simple-feed-parser.html) and posts it to the fediverse.
+[sfeed](https://codemadness.org/sfeed-simple-feed-parser.html) and posts it to the fediverse.  
 It could be considered a front-end for sfeed.
 
 You can use it to post an entire RSS feed like so:
@@ -35,11 +35,16 @@ Such a script has been provided, and is [described below](#mirror_feed) — `mir
 
 ## Installation
 First, make sure to install [sfeed](https://codemadness.org/sfeed-simple-feed-parser.html).
+
 If Guix is your package manager:
-`$ guix install sfeed`
+```
+$ guix install sfeed
+```
 
 Now, put ./sfeed_mastodon into your $PATH, somewhere. Assuming `~/.local/bin/`…
-`$ cp sfeed_mastodon ~/.local/bin/`
+```
+$ cp sfeed_mastodon ~/.local/bin/
+```
 
 You’ve done it!