From 1f26e5a1c11dc5f9b8f423e04d1cc49eecc26ec4 Mon Sep 17 00:00:00 2001 From: Deniz Kusefoglu Date: Tue, 13 Nov 2018 17:00:14 -0800 Subject: [PATCH] Add information about bazaar to readme file --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3fb39fc9e1..545cfbb682d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ This is the [monorepo](https://danluu.com/monorepo/) for InfluxData Platform, a. ## Installation -This project requires Go 1.11 and Go module support. Set `GO111MODULE=on` or build the project outside of your `GOPATH` for it to succeed. +This project requires Go 1.11 and Go module support. + +Set `GO111MODULE=on` or build the project outside of your `GOPATH` for it to succeed. + +If you are getting an `error loading module requirements` error with `bzr executable file not found in $PATH”` on `make`, `brew install bazaar` (on macOSX) before continuing. For information about modules, please refer to the [wiki](https://github.com/golang/go/wiki/Modules).