chore: update maunal install instructions for #91
This commit is contained in:
parent
bac830899e
commit
7e10e7c58e
10
README.md
10
README.md
|
@ -83,12 +83,16 @@ GLOBAL OPTIONS:
|
|||
|
||||
## Install
|
||||
|
||||
Install latest version using Golang (recommended)
|
||||
Install latest version using Golang (recommended):
|
||||
|
||||
```console
|
||||
$ go get github.com/moul/gotty-client/cmd/gotty-client
|
||||
```bash
|
||||
git clone https://github.com/moul/gotty-client
|
||||
cd gotty-client
|
||||
make install # or `go install ./cmd/gotty-client`
|
||||
```
|
||||
|
||||
_PS: I don't know why, but `go get github.com/moul/gotty-client/cmd/gotty-client` is not stable everywhere_
|
||||
|
||||
---
|
||||
|
||||
Install latest version using Homebrew (Mac OS X)
|
||||
|
|
Loading…
Reference in New Issue