Browse Source

Add quotes around ARGUMENTS in README.md.

pull/416/head^2
juliusv 10 years ago
parent
commit
0939e21c93
  1. 2
      README.md

2
README.md

@ -52,7 +52,7 @@ The `Makefile` offers a number of useful targets. Some examples:
* `make test` runs tests.
* `make tarball` creates a tarball with the binary for distribution.
* `make race_condition_run` compiles and runs a binary with the race detector enabled. To pass arguments when running Prometheus this way, set the `ARGUMENTS` environment variable (e.g. `ARGUMENTS=-config.file=./prometheus.conf make race_condition_run`).
* `make race_condition_run` compiles and runs a binary with the race detector enabled. To pass arguments when running Prometheus this way, set the `ARGUMENTS` environment variable (e.g. `ARGUMENTS="-config.file=./prometheus.conf" make race_condition_run`).
### Use your own Go development environment

Loading…
Cancel
Save