Compare commits

..

No commits in common. "7e046dc727ce5f315f676bdb0ccd9b557ffe11e8" and "5dd59810b1786052b83e4ff216c77a947256602c" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -75,10 +75,3 @@ 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,6 +6,8 @@ use std::fs::File;
use std::io::ErrorKind;
use std::path::PathBuf;
use argh;
fn main() {
let args: CommandlineArgs = argh::from_env();