aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9a3db3e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+Go Gemini Library
+=================
+
+go-gemini is a library that provide an easy interface to create client and
+servers that speak the Gemini protocol. The library is currently based on
+version 0.9.2 of the spec but will be updated accordingly to new changes in the
+protocol.
+
+
+Example Server
+--------------
+
+The repository comes with an example server that respond with an hardcoded text
+to the root page. To build the server run the following command:
+
+ make build