From ec3c0eb14afbb94f578abd5a9bd03c4c40b863cb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 5 Jun 2018 04:50:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d314c4..dac2423 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,23 @@ Mac & Linux Open Terminal and run this install script: ``` -curl -fsSL https://get.telebit.cloud/ | bash +bash <( curl -fsSL https://get.telebit.cloud/ ) ``` + +Note: **fish**, **zsh**, and other **non-bash** users should do this + +``` +curl -fsSL https://get.telebit.cloud/ > get.sh; bash get.sh +``` + + Of course, feel free to inspect the install script before you run it. +``` +curl -fsSL https://get.telebit.cloud +``` + This will install Telebit Remote to `/opt/telebit` and put a symlink to `/opt/telebit/bin/telebit.js` in `/usr/local/bin/telebit` for convenience.