Update README.md

making the docker instructions slightly more explicit
This commit is contained in:
Sev
2024-10-08 16:18:13 +01:00
committed by GitHub
parent 0875745097
commit 2896050bd1
+4
View File
@@ -191,6 +191,10 @@ $ npm start
- Install [docker engine](https://docs.docker.com/engine/install/) and [docker compose](https://docs.docker.com/compose/install/)
```bash
# clone this repo
$ git clone https://github.com/miroslavpejic85/mirotalk.git
# go to mirotalk dir
$ cd mirotalk
# copy .env.template to .env (edit it according to your needs)
$ cp .env.template .env
# Copy docker-compose.template.yml in docker-compose.yml (edit it according to your needs)