From 045dad33545bb5f05d2df94271b3e43db51d0955 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Fri, 22 Jun 2018 14:46:32 -0500 Subject: [PATCH] doc: Adds a link to the quick install tutorial. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b20fe3b2b2..2974c11b74 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Jitsi Meet allows for very efficient collaboration. It allows users to stream th On the client side, no installation is necessary. You just point your browser to the URL of your deployment. This section is about installing the Jitsi Meet suite on your server and hosting your own conferencing service. -Installing Jitsi Meet is quite a simple experience. For Debian-based systems, we recommend following the [quick-install](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) document, which uses the package system. +Installing Jitsi Meet is quite a simple experience. For Debian-based systems, we recommend following the [quick-install](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) document, which uses the package system. You can also see a demonstration of the process in [this tutorial video](https://jitsi.org/tutorial). For other systems, or if you wish to install all components manually, see the [detailed manual installation instructions](https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md).