From 5f140b16909e0edc4de21ec4ef6648c19188d281 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Mon, 5 Jun 2017 15:46:36 -0700 Subject: [PATCH] update README to mention using CONSUL_DEV --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3625611a1..09a5e67f4a 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ $ bin/consul ... ``` +*Note: `make` will build all os/architecture combinations. Set the environment variable CONSUL_DEV=1 to build it just for your local machine's os/architecture.* + *Note: `make` will also place a copy of the binary in the first part of your `$GOPATH`.* You can run tests by typing `make test`.