You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ This repository contains the necessary tools to run a Jitsi Meet stack on [Docke
30
30
In order to quickly run Jitsi Meet on a machine running Docker and Docker Compose,
31
31
follow these steps:
32
32
33
-
*Clone this repository to your computer.
34
-
*`git clone https://github.com/jitsi/docker-jitsi-meet && cd docker-jitsi-meet`
33
+
*Download and extract the [latest release]
34
+
*Alternatively, to test the latest changes clone the repository: `git clone https://github.com/jitsi/docker-jitsi-meet && cd docker-jitsi-meet`
35
35
* Create a ``.env`` file by copying and adjusting ``env.example``
36
36
*`cp env.example .env`
37
37
* Set strong passwords in the security section options: `./gen-passwords.sh`
@@ -488,3 +488,4 @@ You are now able to run `docker-compose up` as usual.
0 commit comments