Skip to content

Commit 7467860

Browse files
authored
Fix for Incorrect curl command to download compose files (#231)
* Fix for Incorrect curl command to download compose files
1 parent 470e8a6 commit 7467860

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/01-get-started/01-server-installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ Follow the Docker installation instructions found here: [https://docs.docker.com
2020

2121
Download the Cadence docker-compose file:
2222

23+
Clone the repo
2324
```bash
24-
curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/docker-compose.yml && curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/prometheus/prometheus.yml
25+
git clone https://github.com/cadence-workflow/cadence.git
2526
```
2627
Then start Cadence Service by running:
2728
```bash
28-
docker-compose up
29+
cd cadence/docker && docker-compose up
2930
```
3031
Please keep this process running at background.
3132

0 commit comments

Comments
 (0)