Skip to content

Commit 06aabd6

Browse files
authored
Update docs/getting-started/getting-started-chunks.md (#3027)
Signed-off-by: Brian Pham <[email protected]>
1 parent e48baeb commit 06aabd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/getting-started/getting-started-chunks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ Cortex can also make use of external memcacheds for caching and although these a
2020

2121
For simplicity and to get started, we'll run it as a [single process](../configuration/single-process-config.md) with no dependencies:
2222

23+
Clone and build prometheus
2324
```sh
25+
$ git clone https://github.com/cortexproject/cortex.git
26+
$ cd cortex
2427
$ go build ./cmd/cortex
2528
$ ./cortex -config.file=./docs/configuration/single-process-config.yaml
2629
```

0 commit comments

Comments
 (0)