Update README.md

pull/18821/head
Will Cooke 2020-07-01 11:52:53 +01:00 committed by GitHub
parent e851228102
commit e2b20526ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`