Adding a tool dependency install note
parent
52d6135daf
commit
c1241cedb5
|
@ -49,7 +49,7 @@ Set `GO111MODULE=on` or build the project outside of your `GOPATH` for it to suc
|
|||
|
||||
If you are getting an `error loading module requirements` error with `bzr executable file not found in $PATH”` on `make`, `brew install bazaar` (on macOS) before continuing.
|
||||
This error will also be returned if you have not installed `npm`.
|
||||
On macOS, `brew install npm` will install `npm`.
|
||||
On macOS, `brew install npm` will install `npm`. As necessary, also install `brew install protobuf`.
|
||||
|
||||
For information about modules, please refer to the [wiki](https://github.com/golang/go/wiki/Modules).
|
||||
|
||||
|
|
Loading…
Reference in New Issue