summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-06-14 18:04:57 -0400
committerDrew DeVault <sir@cmpwn.com>2020-06-14 18:04:57 -0400
commitaf9038b5bbf8d0bac9f401ccab263990df900dab (patch)
tree53096ebd15dfd757ac43ae02901e687b495857fa
parentec47d0b3842147a156216ed7b2630600bec73371 (diff)
Remove link to pre-compiled binary
-rw-r--r--README.md19
1 files changed, 0 insertions, 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