Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading