From 0939e21c93a8c764a5c64612004d242e349bd897 Mon Sep 17 00:00:00 2001 From: juliusv Date: Sun, 7 Dec 2014 01:36:12 +0100 Subject: [PATCH] Add quotes around ARGUMENTS in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d768b0d7f..046fad697 100644 --- a/README.md +++ b/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