From 5b96f9a6ec896fc8f6d241a6f12b617824683bfa Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 19 Aug 2018 11:38:38 +0300 Subject: [PATCH] Mention Linuxbrew as an installation method on Linux. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f204155..d87f064 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,15 @@ $ brew install termius **Note**: By default, the command above installs Bash and zsh completions. -For Linux users, there is a `bootstrap.sh` script. Usage: +For Linux users, there is a [Linuxbrew](http://linuxbrew.sh/) formula. Usage: + +```bash +$ brew install termius +``` + +**Note**: By default, the command above installs Bash and zsh completions. + +Or you can use the `bootstrap.sh` script. Usage: ```bash $ curl -sSL https://raw.githubusercontent.com/Crystalnix/termius-cli/master/bootstrap.sh | bash