From cbabb737e624cf191e5425f0ff60cc2051b003d7 Mon Sep 17 00:00:00 2001 From: Yotam Nachum Date: Sat, 26 Oct 2019 13:51:45 +0300 Subject: Add a README with an explanation about the project --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3