Updated README usage/install instructions

This commit is contained in:
James Mills 2017-06-20 23:51:34 -07:00
parent 58c03baeb4
commit 47f4f60f66
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 6 deletions

View File

@ -12,7 +12,7 @@ server handling and examples of each.
## Installation ## Installation
```#!bash ```#!bash
$ go get github.com/prologic/go-gopher/... $ go get github.com/prologic/go-gopher
``` ```
## Usage ## Usage
@ -21,11 +21,6 @@ $ go get github.com/prologic/go-gopher/...
import "github.com/prologic/go-gopher" import "github.com/prologic/go-gopher"
``` ```
Or run the builtin (*very simple*) server:
```#!bash
$ gopherd
```
## Example ## Example
### Client ### Client