Update README.md
This commit is contained in:
parent
a582d263f7
commit
f10151ee99
14
README.md
14
README.md
|
@ -1,8 +1,14 @@
|
|||
# gotty-client
|
||||
:wrench: GoTTY client for your terminal
|
||||
:wrench: [GoTTY](https://github.com/yudai/gotty) client for your terminal
|
||||
|
||||
[![GoDoc](https://godoc.org/github.com/moul/gotty-client?status.svg)](https://godoc.org/github.com/moul/gotty-client)
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
go get github.com/moul/gotty-client/cmd/gotty-client
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Server side
|
||||
|
@ -48,12 +54,6 @@ Mon Aug 24 18:54:38 CEST 2015
|
|||
^C
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
go get github.com/moul/gotty-client/cmd/gotty-client
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
Loading…
Reference in New Issue