mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Add how to go get
install to README
This commit is contained in:
parent
581a7b52fb
commit
31b714bea9
1 changed files 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
|
|||
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue