This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 64bd858d Update mac install document
64bd858d is described below
commit 64bd858dbcf1310c353c1717a908a9ae895b91ff
Author: wwbmmm <[email protected]>
AuthorDate: Mon Dec 25 21:46:51 2023 +0800
Update mac install document
---
docs/cn/getting_started.md | 3 ++-
docs/en/getting_started.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/cn/getting_started.md b/docs/cn/getting_started.md
index ba6a4c84..9cb88dea 100644
--- a/docs/cn/getting_started.md
+++ b/docs/cn/getting_started.md
@@ -248,7 +248,8 @@ master HEAD已支持M1系列芯片,M2未测试过。欢迎通过issues向我
安装依赖:
```shell
-brew install openssl git gnu-getopt coreutils gflags protobuf leveldb
+brew install ./homebrew-formula/protobuf.rb
+brew install openssl git gnu-getopt coreutils gflags leveldb
```
如果你要在样例中启用cpu/heap的profiler:
diff --git a/docs/en/getting_started.md b/docs/en/getting_started.md
index 8c44c6e8..575f4de2 100644
--- a/docs/en/getting_started.md
+++ b/docs/en/getting_started.md
@@ -255,7 +255,8 @@ $ docker run -it brpc:master /bin/bash
Install dependencies:
```shell
-brew install openssl git gnu-getopt coreutils gflags protobuf leveldb
+brew install ./homebrew-formula/protobuf.rb
+brew install openssl git gnu-getopt coreutils gflags leveldb
```
If you need to enable cpu/heap profilers in examples:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]