docs: link from makefile to compile instructions
Some practitioners look to the makefile directly rather than to the consul website for information on how to compile from source. Link to the website instructions directly from the makefile so the practitioner can accomplish their task successfully without a careful read of the makefile.
This commit is contained in:
parent
a1b024762b
commit
40e6a4ead2
|
@ -1,3 +1,6 @@
|
||||||
|
# For documentation on building consul from source, refer to:
|
||||||
|
# https://www.consul.io/docs/install#compiling-from-source
|
||||||
|
|
||||||
SHELL = bash
|
SHELL = bash
|
||||||
GOGOVERSION?=$(shell grep github.com/gogo/protobuf go.mod | awk '{print $$2}')
|
GOGOVERSION?=$(shell grep github.com/gogo/protobuf go.mod | awk '{print $$2}')
|
||||||
GOTOOLS = \
|
GOTOOLS = \
|
||||||
|
|
Loading…
Reference in New Issue