diff --git a/README.md b/README.md index a249226..90412cc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ queerings.gay getonflop.xyz ``` +One restriction: If one site is a substring of another, the shorter site must go first. For example, if you have `unix.pub` and `unix.pub/~user`, `unix.pub` MUST be higher in the list than `unix.pub/~user` + Now, run the Faery Ring binary (or docker image) with the `.txt` file you just created as the first argument, like this: ```bash @@ -66,4 +68,4 @@ 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` +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.