From 611337796753f584c1d094ff0074f07ff6af20cc Mon Sep 17 00:00:00 2001 From: Justin Collier Date: Tue, 1 May 2018 21:52:11 -0500 Subject: [PATCH] Update index.html.md build instuctions No target for `$ make bootstrap` currently exists. If building from source you have to run `$ make` and then `$ make dev` to install one of the built binaries that is appropriate for your system. --- website/source/docs/install/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index 07dda7b5de..a2654849a4 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -50,7 +50,7 @@ a copy of [`git`](https://www.git-scm.com/) in your `PATH`. needed to compile Consul: ```shell - $ make bootstrap + $ make ``` 1. Build Consul for your current system and put the binary in `./bin/`