Update 'README.md'

Cette révision appartient à :
AJ ONeal 2018-06-05 04:50:39 +00:00
Parent 3641eb3639
révision ec3c0eb14a
1 fichiers modifiés avec 13 ajouts et 1 suppressions

Voir le fichier

@ -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/ )
```
<small>
Note: **fish**, **zsh**, and other **non-bash** users should do this
```
curl -fsSL https://get.telebit.cloud/ > get.sh; bash get.sh
```
</small>
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.