update docs
This commit is contained in:
parent
d74529759c
commit
ab19162128
20
README.md
20
README.md
|
@ -76,12 +76,12 @@ Mac & Linux
|
||||||
Open Terminal and run this install script:
|
Open Terminal and run this install script:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -fsSL https://get.telebit.cloud/ | bash
|
curl -fsSL https://get.telebit.cloud | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
```
|
```
|
||||||
bash <( curl -fsSL https://get.telebit.cloud/ )
|
bash <( curl -fsSL https://get.telebit.cloud )
|
||||||
```
|
```
|
||||||
|
|
||||||
<small>
|
<small>
|
||||||
|
@ -93,11 +93,7 @@ curl -fsSL https://get.telebit.cloud/ > get.sh; bash get.sh
|
||||||
</small>
|
</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`
|
||||||
|
|
||||||
```
|
|
||||||
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`
|
||||||
|
@ -154,6 +150,16 @@ servernames: # servernames that will be forwarded here
|
||||||
example.com: {}
|
example.com: {}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Choosing A Relay
|
||||||
|
================
|
||||||
|
|
||||||
|
You can create a free or paid account at https://telebit.cloud
|
||||||
|
or you can run [Telebit Relay](https://git.coolaj86.com/coolaj86/telebitd.js)
|
||||||
|
open source on a VPS (Vultr, Digital Ocean)
|
||||||
|
or your Raspberry Pi at home (with port-forwarding).
|
||||||
|
|
||||||
|
Only connect to Telebit Relays that you trust.
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
## Important Defaults
|
## Important Defaults
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue