From 59e2788e40e828db0d029f3dd9af3892348e9709 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 26 Aug 2021 11:04:44 +0200 Subject: [PATCH] [mirotalksfu] - update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8957241..35e46d0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Powered by `WebRTC` with [SFU](https://mediasoup.org) integrated server. $ git clone https://github.com/miroslavpejic85/mirotalksfu.git # Go to to dir mirotalksfu $ cd mirotalksfu -# Copy src/config.template.js in src/config.js +# Copy src/config.template.js in src/config.js and edit it if needed $ cp src/config.template.js src/config.js # Install dependencies $ npm install @@ -44,6 +44,8 @@ $ npm start - Install https://docs.docker.com/compose/install/ ```bash +# Copy src/config.template.js in src/config.js and edit it if needed +$ cp src/config.template.js src/config.js # Build or rebuild services $ docker-compose build # Create and start containers