This is an automated email from the ASF dual-hosted git repository.
jiashunzhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new da9d330 fix小typo
new 5c833b5 Merge pull request #1616 from PengyiPan/patch-1
da9d330 is described below
commit da9d330307c4dbefa25ba34436599afb7fcc773e
Author: therealnick233 <[email protected]>
AuthorDate: Thu Nov 25 17:51:02 2021 +0800
fix小typo
found when following the instruction
---
docs/cn/getting_started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/cn/getting_started.md b/docs/cn/getting_started.md
index b0a7999..70f2a09 100644
--- a/docs/cn/getting_started.md
+++ b/docs/cn/getting_started.md
@@ -35,7 +35,7 @@ sudo apt-get install -y libsnappy-dev
sudo apt-get install -y libgoogle-perftools-dev
```
-如果你要运行测试,那么要安装并编译ligtest-dev(它没有被默认编译):
+如果你要运行测试,那么要安装并编译libgtest-dev(它没有被默认编译):
```shell
sudo apt-get install -y cmake libgtest-dev && cd /usr/src/gtest && sudo cmake
. && sudo make && sudo mv libgtest* /usr/lib/ && cd -
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]