jamesge commented on a change in pull request #950: fix mac gtest install URL: https://github.com/apache/incubator-brpc/pull/950#discussion_r341442580
########## File path: docs/cn/getting_started.md ########## @@ -20,22 +20,22 @@ brpc depends on following packages: Install common deps, [gflags](https://github.com/gflags/gflags), [protobuf](https://github.com/google/protobuf), [leveldb](https://github.com/google/leveldb): ```shell -sudo apt-get install -y git g++ make libssl-dev libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev +$ sudo apt-get install -y git g++ make libssl-dev libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev Review comment: 不要加这个,之所以放在shell标签内就是为了方便双击后复制,加上前缀就不行了。 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
