Skip to content

Commit

Permalink
Updated README to mention the required go version for build. (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya C S <[email protected]>
  • Loading branch information
adityacs authored and gouthamve committed Dec 13, 2018
1 parent bd4cc5d commit 75df21a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Example queries:

Loki can be run in a single host, no-dependencies mode using the following commands.

You need `go` v1.10+

```bash
$ go build ./cmd/loki
$ ./loki -config.file=./docs/loki-local-config.yaml
Expand Down

0 comments on commit 75df21a

Please sign in to comment.