From 7cc28f2ad2028bbebc8bffc6e51883964e015e7d Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Tue, 29 Nov 2022 12:13:30 -0500 Subject: [PATCH] clarify clone and env steps --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d36a283..4ee9538 100644 --- a/README.md +++ b/README.md @@ -37,18 +37,24 @@ If you are evaluating Cal.com or running with minimal to no modifications, this 1. Clone calcom-docker ```bash - git clone https://github.com/calcom/docker.git calcom-docker + git clone https://github.com/calcom/docker.git ``` 2. Change into the directory ```bash - cd calcom-docker + cd docker ``` 3. Prepare your configuration: Rename `.env.example` to `.env` and then update `.env` - Most configurations can be left as-is, but for configuration options see [Important Run-time variables](#important-run-time-variables) below. Update the appropriate values in your .env file, then proceed. + ```bash + cp .env.example .env + ``` + + Most configurations can be left as-is, but for configuration options see [Important Run-time variables](#important-run-time-variables) below. + + Update the appropriate values in your .env file, then proceed. 4. Start Cal.com via docker compose