Commit 937c5700 by Iwasaki Yudai

Add Homebrew installation section to README

1 parent a09b0602
Showing with 9 additions and 0 deletions
...@@ -10,6 +10,15 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati ...@@ -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. 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 ## `go get` Installation
If you have a Go language environment, you can install gotty with the `go get` command. If you have a Go language environment, you can install gotty with the `go get` command.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!