From 31b714bea92b9fac4e1ed247c6bd2b8ad5c103f2 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Mon, 17 Aug 2015 07:50:10 +0900 Subject: [PATCH] Add how to `go get` install to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 24bd89f..33ee060 100644 --- a/README.md +++ b/README.md @@ -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