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