mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Add how to go get
install to README
This commit is contained in:
parent
581a7b52fb
commit
31b714bea9
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user