From 839ffe277978fa847fd9a153fa77eca4c1988d68 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Mon, 19 Apr 2021 11:36:01 +0800 Subject: [PATCH] Update COMPILE.md --- doc/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/COMPILE.md b/doc/COMPILE.md index 7e94bf52..11a07da2 100755 --- a/doc/COMPILE.md +++ b/doc/COMPILE.md @@ -170,7 +170,7 @@ cmake -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE_DIR/ \ make -j10 ``` -**Note:** After the compilation is successful, you need to set the `SERVING_BIN` path, see the following [Notes](COMPILE.md#Notes) ). +**Note:** After the compilation is successful, you need to set the `SERVING_BIN` path, see the following [Notes](COMPILE.md#Notes). ## Compile Client -- GitLab