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 b82f2b87 Fix build instructions in getting_started.md (#2832) b82f2b87 is described below commit b82f2b87de070f589910629daca2f31c10b02993 Author: Zhe Zhang <2631992...@qq.com> AuthorDate: Sat Nov 30 10:59:34 2024 +0800 Fix build instructions in getting_started.md (#2832) --- docs/cn/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cn/getting_started.md b/docs/cn/getting_started.md index a7b468bc..2a14bc2e 100644 --- a/docs/cn/getting_started.md +++ b/docs/cn/getting_started.md @@ -108,6 +108,7 @@ cmake -B build && cmake --build build -j6 ```shell $ cd example/echo_c++ $ cmake -B build && cmake --build build -j4 +$ cd build $ ./echo_server & $ ./echo_client ``` --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org