From 80977e2f1d5121787af57235ed9c49b4a6fcbbb7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 13 Jul 2022 22:21:39 -0400 Subject: [PATCH] docs: add homebrew installation note Signed-off-by: Rui Chen --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 43cd7f3..15e96f0 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ The command-line interface is straightforward as reflected in the output from 'tio --help': ``` Usage: tio [] - + Connect to tty device directly or via sub-configuration. - + Options: -b, --baudrate Baud rate (default: 115200) -d, --databits 5|6|7|8 Data bits (default: 8) @@ -83,11 +83,11 @@ The command-line interface is straightforward as reflected in the output from -x, --hexadecimal Enable hexadecimal mode -v, --version Display version -h, --help Display help - + Options and sub-configurations may be set via configuration file. - + In session, press ctrl-t q to quit. - + See the man page for more details. ``` @@ -212,7 +212,18 @@ Install bleeding edge: $ snap install tio --edge ``` -### 4.3 Installation from source +### 4.3 Installation use brew + +If you have [brew](http://brew.sh/) installed, you can also install the latest stable version as: +``` + $ brew install tio +``` +or installing bleeding edge as: +``` + $ brew install tio --HEAD +``` + +### 4.4 Installation from source The latest source releases can be found [here](https://github.com/tio/tio/releases).