Update 'README.md'
This commit is contained in:
parent
3641eb3639
commit
ec3c0eb14a
14
README.md
14
README.md
|
@ -76,11 +76,23 @@ Mac & Linux
|
||||||
Open Terminal and run this install script:
|
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.
|
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
|
This will install Telebit Remote to `/opt/telebit` and
|
||||||
put a symlink to `/opt/telebit/bin/telebit.js` in `/usr/local/bin/telebit`
|
put a symlink to `/opt/telebit/bin/telebit.js` in `/usr/local/bin/telebit`
|
||||||
for convenience.
|
for convenience.
|
||||||
|
|
Loading…
Reference in New Issue