Skip to content

Commit

Permalink
Update _index.md (cortexproject#6348)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
abdurrahman-osman authored Nov 19, 2024
1 parent f875d91 commit 71dccee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ This example uses [Docker Compose](https://docs.docker.com/compose/) to set up:
#### Instructions

```sh
$ cd docs/getting-started
$ git clone https://github.com/cortexproject/cortex.git
$ cd cortex/docs/getting-started
```

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

```sh
$ cd docs/getting-started
$ git clone https://github.com/cortexproject/cortex.git
$ cd cortex/docs/getting-started
```

#### Configure SeaweedFS (S3)
Expand Down

0 comments on commit 71dccee

Please sign in to comment.