Skip to content

Commit

Permalink
docs: add curl commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JStickler committed Dec 18, 2024
1 parent 2a23cc8 commit 99a9837
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/sources/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,22 @@ This quickstart assumes you are running Linux.

2. Download `loki-config.yaml`, `alloy-local-config.yaml`, and `docker-compose.yaml`:

{{< tabs >}}
{{< tab-content name="wget" >}}
```bash
wget https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/loki-config.yaml -O loki-config.yaml
wget https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/alloy-local-config.yaml -O alloy-local-config.yaml
wget https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/docker-compose.yaml -O docker-compose.yaml
```
{{< /tab-content >}}
{{< tab-content name="curl" >}}
```bash
curl https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/loki-config.yaml --output loki-config.yaml
curl https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/alloy-local-config.yaml --output alloy-local-config.yaml
curl https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/docker-compose.yaml --output docker-compose.yaml
```
{{< /tab-content >}}
{{< /tabs >}}

3. Deploy the sample Docker image.

Expand Down

0 comments on commit 99a9837

Please sign in to comment.