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.
This commit is contained in:
Justin Collier 2018-05-01 21:52:11 -05:00 committed by GitHub
parent 2e2cf8df34
commit 6113377967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
needed to compile Consul: needed to compile Consul:
```shell ```shell
$ make bootstrap $ make
``` ```
1. Build Consul for your current system and put the binary in `./bin/` 1. Build Consul for your current system and put the binary in `./bin/`