[call-me] - update doc

This commit is contained in:
Miroslav Pejic
2024-10-14 20:06:27 +02:00
parent d44483d0d3
commit a79a0c6815
2 changed files with 10 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

+10 -1
View File
@@ -23,9 +23,12 @@ Install `NodeJS 18.X` and `npm` using [Node Version Manager](https://docs.mirota
## Quick start
```bash
# Clone call-me repo
# Clone this repo
$ git clone https://github.com/miroslavpejic85/call-me.git
# Go to to dir call-me
$ cd call-me
# Copy .env.template to .env
$ cp .env.template .env
@@ -71,6 +74,12 @@ $ sudo apt install -y docker.io
# Instal docker-compose
$ sudo apt install -y docker-compose
# Clone this repo
$ git clone https://github.com/miroslavpejic85/call-me.git
# Go to to dir call-me
$ cd call-me
# Copy .env.template to .env
$ cp .env.template .env