From 7e10e7c58ec8053e61e0046af67e86a2db9021fc Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Fri, 13 Nov 2020 11:26:52 +0100 Subject: [PATCH] chore: update maunal install instructions for #91 --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 199f45d..955d077 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ +----------------+ +--------------+ +---------+--->| /bin/bash | | | | | +----------------+ - +-->| Browser |--+ | | -+-------+ | | | | | | + +-->| Browser |--+ | | ++-------+ | | | | | | | | | +--------------+ | | | +----------------+ | Bob |--+ +-websocket-->| Gotty |--->| emacs /var/www | | | | XXXXXXXXXXXXXX | | | +----------------+ -+-------+ | X X | | | - +-->X gotty-client X--+ | | ++-------+ | X X | | | + +-->X gotty-client X--+ | | X X | | +----------------+ XXXXXXXXXXXXXX +---------+--->| tmux attach | +----------------+ @@ -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)