summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-30 15:12:09 -0400
committerBen Sima <ben@bsima.me>2022-07-30 15:12:09 -0400
commit1640d9272c1c03b5e253952f905fec96e087e2d0 (patch)
tree72cf53757482d19506447d51c866c85abb843c42
parent8f9de177e3cfed26cf9d67fd263d26ba85640eb2 (diff)
Add links to README, and make it gemtext
-rw-r--r--README13
-rw-r--r--README.gmi25
2 files changed, 25 insertions, 13 deletions
diff --git a/README b/README
deleted file mode 100644
index 0cf40c1..0000000
--- a/README
+++ /dev/null
@@ -1,13 +0,0 @@
-Development
-===========
-
-You can start a dev shell with Nix. First run:
-
- direnv allow
-
-Assuming you have nix installed, this will tell direnv to load the nix-shell
-environment by default. Or just run `nix-shell`.
-
-Now, to start a repl, just do `sbcl`, or run `start-repl.sh`.
-
-Then in emacs, `M-x slime-connect`.
diff --git a/README.gmi b/README.gmi
new file mode 100644
index 0000000..57b6621
--- /dev/null
+++ b/README.gmi
@@ -0,0 +1,25 @@
+A Common Lisp library for Gemini
+
+=> gemini://gemini.circumlunar.space The Gemini website
+
+Development
+===========
+
+You can start a dev shell with Nix. First run:
+
+ direnv allow
+
+Assuming you have nix installed, this will tell direnv to load the nix-shell
+environment by default. Or just run `nix-shell`.
+
+Now, to start a repl, just do `sbcl`, or run `start-repl.sh`.
+
+Then in emacs, `M-x slime-connect`.
+
+---
+
+The Gemini protocol is specified on the official website. I recommend using the
+Amfora or Lagrange client, but there are many to choose from.
+
+=> gemini://gemini.circumlunar.space/docs/specification.gmi Gemini Spec
+=> https://gemini.circumlunar.space/clients.html List of clients