From 33abdf359c1a3489f9617808bc77aea92bd1d1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 13 Mar 2020 20:06:56 +0100 Subject: [PATCH] doc: add mkdir -p ~/.jitsi-meet-cfg/... to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cadcaa..01857b1 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ 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``. +* Create a ``.env`` file by copying and adjusting ``env.example``, and create required `CONFIG` directories * `cp env.example .env` + * `mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb}` * Run ``docker-compose up -d``. * Access the web UI at ``https://localhost:8443`` (or a different port, in case you edited the compose file).