[Docs] Typo: Fix build path of promtail binary (#7776)

pull/7793/head
Duc Tran 3 years ago committed by GitHub
parent 040c549845
commit 71b21c924e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/community/contributing.md

@ -38,7 +38,7 @@ While `go install ./cmd/loki` works, the preferred way to build is by using
- `make loki`: builds Loki and outputs the binary to `./cmd/loki/loki`
- `make promtail`: builds Promtail and outputs the binary to
`./cmd/promtail/promtail`
`./clients/cmd/promtail/promtail`
- `make logcli`: builds LogCLI and outputs the binary to `./cmd/logcli/logcli`
@ -49,7 +49,7 @@ While `go install ./cmd/loki` works, the preferred way to build is by using
Docker.
- `make images`: builds all Docker images (optionally suffix the previous binary
commands with `-image`, e.g., `make loki-image`).
commands with `-image`, e.g., `make loki-image`).
These commands can be chained together to build multiple binaries in one go:

Loading…
Cancel
Save