diff --git a/production/README.md b/production/README.md index 93708a4d5a8446d97a7caf2b0b61bc473fcefa1a..b5967a33c6712ed06076cf95c854aca1361fe911 100644 --- a/production/README.md +++ b/production/README.md @@ -85,6 +85,7 @@ With Journal support on CentOS, run with the following commands: ```bash $ sudo yum install -y systemd-devel $ go build ./cmd/promtail +``` Otherwise, to build promtail without Journal support, run `go build` with CGO disabled: