summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 329ace3..2e5510e 100644
--- a/README.txt
+++ b/README.txt
@@ -26,8 +26,15 @@ static/
Renders a given entry into the path destination
./make.sh
Will build the entire website!
-
== RSS
The RSS is done manually as the rest of the pages. This is done by copying the commented out item and injecting it into the RSS file. Remember to edit the pub/edit dates.
+== Gemini
+
+This site is also its own gemini capsule at: gemini://thewomaninmyeye.org
+
+It's generated via ./make.sh but requires a pip install first:
+
+pip install -r requirements.txt
+