diff options
| author | Adnan Maolood <[email protected]> | 2020-10-24 21:55:58 -0400 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2020-10-24 21:55:58 -0400 |
| commit | 192065d0e665f82a1a9cd30424e207d364e73bf7 (patch) | |
| tree | c6ae46f22ee349b49cb38b3c1bd6bf9410c852d9 /README.md | |
| parent | Add import path to README.md (diff) | |
| download | go-gemini-192065d0e665f82a1a9cd30424e207d364e73bf7.tar.xz go-gemini-192065d0e665f82a1a9cd30424e207d364e73bf7.zip | |
Add contributing instructions to README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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). |