Fix reference to example configuration file
This commit is contained in:
parent
a10c083446
commit
c4b84d328a
|
@ -45,7 +45,7 @@ context.)
|
||||||
In most circumstances, the following should work:
|
In most circumstances, the following should work:
|
||||||
|
|
||||||
$ make build
|
$ make build
|
||||||
$ ./prometheus -config.file=documentation/examples/prometheus.conf
|
$ ./prometheus -config.file=documentation/examples/prometheus.yml
|
||||||
|
|
||||||
The above requires a number of common tools to be installed, namely
|
The above requires a number of common tools to be installed, namely
|
||||||
`curl`, `git`, `gzip`, `hg` (Mercurial CLI), `sed`, `xxd`. Should you
|
`curl`, `git`, `gzip`, `hg` (Mercurial CLI), `sed`, `xxd`. Should you
|
||||||
|
|
Loading…
Reference in New Issue