Add how to go get install to README

This commit is contained in:
Iwasaki Yudai 2015-08-17 07:50:10 +09:00
parent 581a7b52fb
commit 31b714bea9

View File

@ -10,6 +10,14 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati
Download the latest binary file from the [Releases](https://github.com/yudai/gotty/releases) page.
## `go get` Instalation
If you have a Go language environment, you can install gotty with the `go get` command.
```sh
go get github.com/yudai/gotty
```
# Usage