From f477e5284c0f9aa3031cfcfc7f3707775486feab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 12 Nov 2019 16:47:28 +0100 Subject: [PATCH] doc: update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f4a2442..732479a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,10 @@ This repository contains the necessary tools to run a Jitsi Meet stack on [Docke In order to quickly run Jitsi Meet on a machine running Docker and Docker Compose, follow these steps: +* Clone this repository to your own computer. + * `git clone https://github.com/jitsi/docker-jitsi-meet && cd docker-jitsi-meet` * Create a ``.env`` file by copying and adjusting ``env.example``. + * `cp env.example .env` * Run ``docker-compose up -d``. * Access the web UI at ``https://localhost:8443`` (or ``http://localhost:8000`` for HTTP, or a different port, in case you edited the compose file).