Fix promtail releases download link

pull/1261/head
Alexander Knipping 6 years ago committed by Sandeep Sukhani
parent a1901e274a
commit 27395519be
  1. 2
      docs/clients/promtail/installation.md

@ -10,7 +10,7 @@ Every Loki release includes binaries for Promtail:
```bash ```bash
# download a binary (modify app, os, and arch as needed) # download a binary (modify app, os, and arch as needed)
# Installs v0.4.0. Go to the releases page for the latest version # Installs v0.4.0. Go to the releases page for the latest version
$ curl -fSL -o "/usr/local/bin/promtail.gz" "https://github.com/grafana/loki/releases/download/v0.4.0/promtail_linux_amd64.gz" $ curl -fSL -o "/usr/local/bin/promtail.gz" "https://github.com/grafana/loki/releases/download/v0.4.0/promtail-linux-amd64.gz"
$ gunzip "/usr/local/bin/promtail.gz" $ gunzip "/usr/local/bin/promtail.gz"
# make sure it is executable # make sure it is executable

Loading…
Cancel
Save