Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aierui authored Sep 17, 2021
1 parent e5242b4 commit 9fa6db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cn/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ brpc有如下依赖:

* [gflags](https://github.com/gflags/gflags): Extensively used to define global options.
* [protobuf](https://github.com/google/protobuf): Serializations of messages, interfaces of services.
* [leveldb](https://github.com/google/leveldb): Required by [/rpcz](rpcz.md) to record RPCs for tracing.
* [leveldb](https://github.com/google/leveldb): Required by [rpcz](rpcz.md) to record RPCs for tracing.

# 支持的环境

Expand Down Expand Up @@ -225,7 +225,7 @@ $ make
brew install openssl git gnu-getopt coreutils
```

安装[gflags](https://github.com/gflags/gflags)[protobuf](https://github.com/google/protobuf)[ [leveldb](https://github.com/google/leveldb)
安装[gflags](https://github.com/gflags/gflags)[protobuf](https://github.com/google/protobuf)[leveldb](https://github.com/google/leveldb)
```shell
brew install gflags protobuf leveldb
```
Expand Down

0 comments on commit 9fa6db0

Please sign in to comment.