From 49ba6e2985ea1156244d8a020896b2e0d40c6b6d Mon Sep 17 00:00:00 2001 From: day253 <9634619+day253@users.noreply.github.com> Date: Fri, 7 Oct 2022 22:01:03 +0800 Subject: [PATCH] Update getting_started.md --- docs/en/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/getting_started.md b/docs/en/getting_started.md index 4b4d14f575..b263bb49c0 100644 --- a/docs/en/getting_started.md +++ b/docs/en/getting_started.md @@ -110,7 +110,7 @@ $ mkdir build && cd build && cmake -DBUILD_UNIT_TESTS=ON .. && make && make test ### Compile brpc with vcpkg [vcpkg](https://github.com/microsoft/vcpkg) is a package manager that supports all platforms, -you can use vcpkg to build llvm with the following step: +you can use vcpkg to build brpc with the following step: ```shell $ git clone https://github.com/microsoft/vcpkg.git