Skip to content

Commit 71dccee

Browse files
Update _index.md (#6348)
There is no instruction that getting started steps must be done on cortex repository. An example solution provided. Signed-off-by: Abdurrahman Osman <[email protected]>
1 parent f875d91 commit 71dccee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/getting-started/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ This example uses [Docker Compose](https://docs.docker.com/compose/) to set up:
4646
#### Instructions
4747

4848
```sh
49-
$ cd docs/getting-started
49+
$ git clone https://github.com/cortexproject/cortex.git
50+
$ cd cortex/docs/getting-started
5051
```
5152

5253
##### Start the services
@@ -160,7 +161,8 @@ $ helm repo add prometheus-community https://prometheus-community.github.io/helm
160161
### Instructions
161162

162163
```sh
163-
$ cd docs/getting-started
164+
$ git clone https://github.com/cortexproject/cortex.git
165+
$ cd cortex/docs/getting-started
164166
```
165167

166168
#### Configure SeaweedFS (S3)

0 commit comments

Comments
 (0)