diff --git a/README.md b/README.md index 74e9e5a..cec8635 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ If you want to deploy an `MiroTalk SFU` instance on `your own dedicated droplet` $ git clone https://github.com/miroslavpejic85/mirotalksfu.git # Go to to dir mirotalksfu $ cd mirotalksfu -# Copy src/config.template.js in src/config.js and edit it if needed -$ cp src/config.template.js src/config.js +# Copy app/src/config.template.js in app/src/config.js and edit it if needed +$ cp app/src/config.template.js app/src/config.js # Install dependencies $ npm install # Start the server