Browse Source

Fix the installation from source instruction in README

Signed-off-by: krrybarc <981627+knrybarczyk@users.noreply.github.com>
pull/8587/head
krrybarc 4 years ago
parent
commit
bc53e7b98c
  1. 2
      README.md

2
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` You can directly use the `go` tool to download and install the `prometheus`
and `promtool` binaries into your `GOPATH`: 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 $ prometheus --config.file=your_config.yml
*However*, when using `go get` to build Prometheus, Prometheus will expect to be able to *However*, when using `go get` to build Prometheus, Prometheus will expect to be able to

Loading…
Cancel
Save