From defb031b16aeb69d77ffc43fd984a9d8bb8acf98 Mon Sep 17 00:00:00 2001 From: Jake Sylvestre Date: Fri, 22 Jan 2021 15:16:46 -0500 Subject: [PATCH] docs: add mac clang-format instructions --- lnrpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnrpc/README.md b/lnrpc/README.md index dfe5aaf4..1e9237c5 100644 --- a/lnrpc/README.md +++ b/lnrpc/README.md @@ -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.