Updated README usage/install instructions
This commit is contained in:
parent
58c03baeb4
commit
47f4f60f66
|
@ -12,7 +12,7 @@ server handling and examples of each.
|
|||
## Installation
|
||||
|
||||
```#!bash
|
||||
$ go get github.com/prologic/go-gopher/...
|
||||
$ go get github.com/prologic/go-gopher
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -21,11 +21,6 @@ $ go get github.com/prologic/go-gopher/...
|
|||
import "github.com/prologic/go-gopher"
|
||||
```
|
||||
|
||||
Or run the builtin (*very simple*) server:
|
||||
```#!bash
|
||||
$ gopherd
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
### Client
|
||||
|
|
Loading…
Reference in New Issue