From 9a7e22385898325a6d80b4f3ddeb4340044915bd Mon Sep 17 00:00:00 2001 From: Justin Collier Date: Fri, 4 May 2018 12:46:24 -0500 Subject: [PATCH] Update index.html.md Corrects the bootstrap command. --- 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 a2654849a4..130e2d1355 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 + $ make tools ``` 1. Build Consul for your current system and put the binary in `./bin/`