Skip to content

Commit

Permalink
[mirotalkc2c] - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 8, 2024
1 parent 76f627d commit 67f9e3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
Install [NodeJs](https://nodejs.org/en/blog/release/v18.16.0).

```bash
# Clone the project repo
$ git clone https://github.com/miroslavpejic85/mirotalkc2c.git
# Go to project dir
$ cd mirotalkc2c
# Copy .env.template in .env and edit it if needed
$ cp .env.template .env
# Install dependencies
Expand All @@ -64,6 +68,10 @@ Repository: [Docker hub](https://hub.docker.com/r/mirotalk/c2c)
Install [docker](https://docs.docker.com/engine/install/) and [docker-compose](https://docs.docker.com/compose/install/).

```bash
# Clone the project repo
$ git clone https://github.com/miroslavpejic85/mirotalkc2c.git
# Go to project dir
$ cd mirotalkc2c
# Copy .env.template in .env and edit it if needed
$ cp .env.template .env
# Copy docker-compose.template.yml in docker-compose.yml and edit it if needed
Expand Down

0 comments on commit 67f9e3a

Please sign in to comment.