From bc53e7b98c44c3f82302d4139e079aee0440be62 Mon Sep 17 00:00:00 2001 From: krrybarc <981627+knrybarczyk@users.noreply.github.com> Date: Thu, 11 Mar 2021 16:05:44 +0100 Subject: [PATCH] Fix the installation from source instruction in README Signed-off-by: krrybarc <981627+knrybarczyk@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309050296..6f75f741d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ installed in order to build the frontend assets. You can directly use the `go` tool to download and install the `prometheus` and `promtool` binaries into your `GOPATH`: - $ go get github.com/prometheus/prometheus/cmd/... + $ GO111MODULE=on go get github.com/prometheus/prometheus/cmd/... $ prometheus --config.file=your_config.yml *However*, when using `go get` to build Prometheus, Prometheus will expect to be able to