From ad8bf6b3b7a322c21377ddcbf94ad0b097411c6d Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 1 Oct 2016 00:33:55 -0700 Subject: [PATCH] Updated README --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43bf5da..bc202a7 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,10 @@ implementing the RFC 1436 specification. The library includes both client and server handling and examples of each. ## Installation - - $ go get github.com/prologic/go-gopher + +```#!bash +$ go get github.com/prologic/go-gopher +``` ## Usage @@ -57,6 +59,18 @@ func main() { } ``` +## Related + +Related projects: + +- [gopherproxy](https://github.com/prologic/gopherproxy) + gopherproxy is Gopher to HTTP proxy that uses go-gopher + for all of its core functionality. + +- [gopherclient](https://github.com/prologic/gopherclient) + gopherclient is a cross-platform QT/QML GUI Gopher Client + using the gopherproxy library as its backend. + ## License MIT