docs: add mac clang-format instructions

This commit is contained in:
Jake Sylvestre 2021-01-22 15:16:46 -05:00
parent 39f51b5568
commit defb031b16

View File

@ -204,7 +204,7 @@ or `make rpc` to generate new protobuf definitions.
## Format .proto files
We use `clang-format` to make sure the `.proto` files are formatted correctly.
You can install the formatter on Ubuntu by running `apt install clang-format`.
You can install the formatter on Ubuntu by running `apt install clang-format` or on Mac by running `brew install clang-format`.
Consult [this page](http://releases.llvm.org/download.html) to find binaries
for other operating systems or distributions.