chore: update maunal install instructions for #91

This commit is contained in:
Manfred Touron 2020-11-13 11:26:52 +01:00
parent bac830899e
commit 7e10e7c58e
No known key found for this signature in database
GPG Key ID: 615D26EDFC55B351
1 changed files with 11 additions and 7 deletions

View File

@ -12,13 +12,13 @@
+----------------+ +----------------+
+--------------+ +---------+--->| /bin/bash | +--------------+ +---------+--->| /bin/bash |
| | | | +----------------+ | | | | +----------------+
+-->| Browser |--+ | | +-->| Browser |--+ | |
+-------+ | | | | | | +-------+ | | | | | |
| | | +--------------+ | | | +----------------+ | | | +--------------+ | | | +----------------+
| Bob |--+ +-websocket-->| Gotty |--->| emacs /var/www | | Bob |--+ +-websocket-->| Gotty |--->| emacs /var/www |
| | | XXXXXXXXXXXXXX | | | +----------------+ | | | XXXXXXXXXXXXXX | | | +----------------+
+-------+ | X X | | | +-------+ | X X | | |
+-->X gotty-client X--+ | | +-->X gotty-client X--+ | |
X X | | +----------------+ X X | | +----------------+
XXXXXXXXXXXXXX +---------+--->| tmux attach | XXXXXXXXXXXXXX +---------+--->| tmux attach |
+----------------+ +----------------+
@ -83,12 +83,16 @@ GLOBAL OPTIONS:
## Install ## Install
Install latest version using Golang (recommended) Install latest version using Golang (recommended):
```console ```bash
$ go get github.com/moul/gotty-client/cmd/gotty-client 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) Install latest version using Homebrew (Mac OS X)