Updates quick install. Removes some commands options for jigasi, which are no longer needed.

pull/189/head 233
Damian Minkov 11 years ago
parent af171612b8
commit 0f431eec5d
  1. 7
      doc/quick-install.md

@ -57,18 +57,15 @@ Enjoy!
### Install Jigasi
```sh
apt-get -o Dpkg::Options::="--force-overwrite" -y install jigasi
apt-get -y install jigasi
```
or
```sh
wget https://download.jitsi.org/jigasi_1.0-1_amd64.deb
dpkg -i --force-overwrite jigasi_1.0-1_amd64.deb
dpkg -i jigasi_1.0-1_amd64.deb
```
You need to pass "--force-overwrite" option to dpkg, because the jigasi package patches some of the files in the jitsi-meet package in order to enable the SIP support in Jitsi Meet.
During the installation you'll be asked to enter your SIP account and password. This account will be used to invite the other SIP participants.
### Reload Jitsi Meet

Loading…
Cancel
Save