From af9038b5bbf8d0bac9f401ccab263990df900dab Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 14 Jun 2020 18:04:57 -0400 Subject: Remove link to pre-compiled binary --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index f6528d2..e8134e1 100644 --- a/README.md +++ b/README.md @@ -19,25 +19,6 @@ sources, and pass them to the template and write the output to out.html. Then you can include this file with your static site generator's normal file include mechanism. -A pre-compiled binary is available [here](https://yukari.sr.ht/openring) so you -can integrate this with your CI deploy. For example, on -[builds.sr.ht](https://sourcehut.org), add a step like this to your -`.build.yml`: - -```yaml -tasks: - - openring: | - curl -O https://yukari.sr.ht/openring - chmod +x openring - ./openring \ - -s https://drewdevault.com/feed.xml \ - -s https://emersion.fr/blog/rss.xml \ - -s https://danluu.com/atom.xml \ - < _include/webring-in.html \ - > _include/webring-out.html -# ... -``` - ## Contributing Want to help? [Send patches](https://git-send-email.io) to the [mailing -- cgit v1.2.3