From 186851a0e569b8c572b4795f8463118963103a9a Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 9 Nov 2021 14:11:15 -0500 Subject: [PATCH] Add a Downloads section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 90412cc..0b5871e 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ your.web.site { ``` Now your webring members can add links on their page to `https://your.web.site/next/\` `https://your.web.site/prev/\` in order to build the ring. For example, whoever runs the page at www.dragoness.space would add a link to `https://your.web.site/next/www.dragoness.space` and `https://your.web.site/prev/www.dragoness.space`. garlic.garden/onionring cen either use `/next/garlic.garden` or `/next/garlic.garden/onionring`. If more than one site were hosted on `garlic.garden`, then the second form would be required. + +## Downloads + +- Linux binaries are available from the [releases page](./releases) +- A docker image is available on Docker Hub under `alch0emi/faery-ring:v0.1.0` +- If you have cargo installed on your system, faery ring can be installed with `cargo install --git https://fem.mint.lgbt/Emi/faery-ring.git`