Skip to content

Commit

Permalink
Fix the installation from source instruction in README
Browse files Browse the repository at this point in the history
Signed-off-by: krrybarc <[email protected]>
  • Loading branch information
christianrybe committed Mar 11, 2021
1 parent 369aae9 commit bc53e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc53e7b

Please sign in to comment.