mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-22 04:14:25 +00:00
Add Homebrew installation section to README
This commit is contained in:
parent
a09b060216
commit
937c570039
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user