Compare commits

...

2 Commits

Author SHA1 Message Date
Emi Simpson 7e046dc727
Added a "sites that use this webring" section to README 2022-02-06 18:27:30 -05:00
Emi Simpson 2f44abbe45
Removed redundant code 2022-02-06 18:23:19 -05:00
2 changed files with 7 additions and 2 deletions

View File

@ -75,3 +75,10 @@ Now your webring members can add links on their page to `https://your.web.site/n
- 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`
## Webrings that use faery-ring
- [technomancers.gay](https://technomancers.gay/)
- that's it for now!
Do you run a webring that uses faery ring? I'd love to know, and add you to the list if you'd like! 💜

View File

@ -6,8 +6,6 @@ use std::fs::File;
use std::io::ErrorKind;
use std::path::PathBuf;
use argh;
fn main() {
let args: CommandlineArgs = argh::from_env();