From 937c570039420ea504a8c0b72365917f12ae09d2 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Mon, 17 Aug 2015 23:16:44 -0700 Subject: [PATCH] Add Homebrew installation section to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 97c5079..c29d3ba 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ 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. +## Homebrew Installation + +You can install gotty with [Homebrew](http://brew.sh/) as well. + +```sh +$ brew tap yudai/gotty +$ brew install gotty +``` + ## `go get` Installation If you have a Go language environment, you can install gotty with the `go get` command.