diff --git a/README.md b/README.md index 63d1d7fe39..3ca984d9f6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The project also requires a recent stable version of Rust. We recommend using [r If you are getting an `error loading module requirements` error with `bzr executable file not found in $PATH”` on `make`, then you need to ensure you have `bazaar`, `protobuf`, and `yarn` installed. -- OSX: `brew install bazaar yarn` +- OSX: `brew install bazaar yarn protobuf` - Linux (Arch): `pacman -S bzr protobuf yarn` - Linux (Ubuntu): `apt install bzr protobuf-compiler yarnpkg`