From c42186f3602433228cb0198b38d82a16083c674e Mon Sep 17 00:00:00 2001 From: Jared Kirschner Date: Wed, 11 Aug 2021 16:48:29 -0400 Subject: [PATCH] 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. --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 311a47533f..823ca06fe0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,3 +1,6 @@ +# For documentation on building consul from source, refer to: +# https://www.consul.io/docs/install#compiling-from-source + SHELL = bash GOGOVERSION?=$(shell grep github.com/gogo/protobuf go.mod | awk '{print $$2}') GOTOOLS = \