Updated README

This commit is contained in:
James Mills 2016-10-01 00:33:55 -07:00
parent bdec5b79f4
commit ad8bf6b3b7
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 16 additions and 2 deletions

View File

@ -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