chore: update path for local config in production readme (#14259)

This commit is contained in:
Lasha
2024-10-18 12:23:30 -06:00
committed by GitHub
parent 09dc7cf940
commit ab1cc52b09
+1 -1
View File
@@ -83,7 +83,7 @@ First, see the [build from source](../README.md) section of the root readme.
Once Promtail is built, to run Promtail, use the following command:
```bash
$ ./promtail -config.file=./cmd/promtail/promtail-local-config.yaml
$ ./promtail -config.file=./clients/cmd/promtail/promtail-local-config.yaml
...
```