From 192065d0e665f82a1a9cd30424e207d364e73bf7 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Sat, 24 Oct 2020 21:55:58 -0400 Subject: [PATCH] Add contributing instructions to README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cba4cad..ef6d070 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ It aims to provide an API similar to that of net/http to make it easy to develop ## Examples -There are a few examples provided in the `examples` directory. -To run the examples: +There are a few examples provided in the examples directory. +To run an example: go run examples/server.go + +## Contributing + +Send patches and questions to [~adnano/go-gemini-devel](https://lists.sr.ht/~adnano/go-gemini-devel). + +Subscribe to release announcements on [~adnano/go-gemini-announce](https://lists.sr.ht/~adnano/go-gemini-announce).