From 5d4f53805890ac5c059e7451d5ec18e43cbbea7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BB=B6=E9=BE=99?= Date: Fri, 11 Aug 2023 11:59:59 +0800 Subject: [PATCH] Fix docs (#87) --- docs/en/setup/service-agent/php-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/service-agent/php-agent/README.md b/docs/en/setup/service-agent/php-agent/README.md index 05c8e78..5bca098 100644 --- a/docs/en/setup/service-agent/php-agent/README.md +++ b/docs/en/setup/service-agent/php-agent/README.md @@ -18,7 +18,7 @@ ### For Debian-base OS ```shell -sudo apt install gcc make llvm-13-dev libclang-13-dev protobuf-c-compiler +sudo apt install gcc make llvm-13-dev libclang-13-dev protobuf-c-compiler protobuf-compiler ``` ### For Alpine Linux