diff --git a/docs/sources/community/contributing.md b/docs/sources/community/contributing.md index eb8f8e264b..7ef2a2fb31 100644 --- a/docs/sources/community/contributing.md +++ b/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: