Commit 31b714be by Iwasaki Yudai

Add how to `go get` install to README

1 parent 581a7b52
Showing with 8 additions and 0 deletions
...@@ -10,6 +10,14 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati ...@@ -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. 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 # Usage
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!