From 3b36b485517cac91097ecb62ef3477ab6dd38b55 Mon Sep 17 00:00:00 2001 From: yanyuxing Date: Tue, 18 Mar 2025 09:59:47 +0800 Subject: [PATCH] docs: fix the spelling error in the 'Building' section of the README (#30229) --- README-CN.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-CN.md b/README-CN.md index 40e97de2ba..9b8ae8a167 100644 --- a/README-CN.md +++ b/README-CN.md @@ -157,7 +157,7 @@ make 如果你想要编译 taosAdapter,需要添加 `-DBUILD_HTTP=false` 选项。 -如果你想要编译 taosKeeper,需要添加 `--DBUILD_KEEPER=true` 选项。 +如果你想要编译 taosKeeper,需要添加 `-DBUILD_KEEPER=true` 选项。 可以使用Jemalloc作为内存分配器,而不是使用glibc: @@ -188,7 +188,7 @@ cmake .. && cmake --build . 如果你想要编译 taosAdapter,需要添加 `-DBUILD_HTTP=false` 选项。 -如果你想要编译 taosKeeper,需要添加 `--DBUILD_KEEPER=true` 选项。 +如果你想要编译 taosKeeper,需要添加 `-DBUILD_KEEPER=true` 选项。 diff --git a/README.md b/README.md index d532046ce7..42538519bc 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ make If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option. -If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option. +If you want to compile taosKeeper, you need to add the `-DBUILD_KEEPER=true` option. You can use Jemalloc as memory allocator instead of glibc: @@ -204,7 +204,7 @@ cmake .. && cmake --build . If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option. -If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option. +If you want to compile taosKeeper, you need to add the `-DBUILD_KEEPER=true` option.