[call-me] - update doc
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
+10
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user