aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2020-10-24 21:55:58 -0400
committerAdnan Maolood <[email protected]>2020-10-24 21:55:58 -0400
commit192065d0e665f82a1a9cd30424e207d364e73bf7 (patch)
treec6ae46f22ee349b49cb38b3c1bd6bf9410c852d9 /README.md
parentAdd import path to README.md (diff)
downloadgo-gemini-192065d0e665f82a1a9cd30424e207d364e73bf7.tar.xz
go-gemini-192065d0e665f82a1a9cd30424e207d364e73bf7.zip
Add contributing instructions to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files 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).