diff --git a/README.md b/README.md index 0fcec96..a1390fe 100644 --- a/README.md +++ b/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