Skip to content

Commit

Permalink
typo url (grafana#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
eraac authored and rfratto committed Nov 4, 2019
1 parent f7aaf6e commit 64c7012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prebuilt binaries:
```bash
# download a binary (modify app, os, and arch as needed)
# Installs v0.4.0. Go to the releases page for the latest version
$ curl -fSL -o "/usr/local/bin/loki.gz" "https://github.com/grafana/loki/releases/download/v0.4.0/loki_linux_amd64.gz"
$ curl -fSL -o "/usr/local/bin/loki.gz" "https://github.com/grafana/loki/releases/download/v0.4.0/loki-linux-amd64.gz"
$ gunzip "/usr/local/bin/loki.gz"

# make sure it is executable
Expand Down

0 comments on commit 64c7012

Please sign in to comment.