From e6609b1c17758db203fdf3808576ddc66fc02fe4 Mon Sep 17 00:00:00 2001 From: qevolg <2227465945@qq.com> Date: Thu, 13 Feb 2025 19:57:55 +0800 Subject: [PATCH] docs(keeper): update keeper README --- README.md | 8 ++++---- tools/keeper/README-CN.md | 5 +++-- tools/keeper/README.md | 5 +++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b02e388ec..312ed1ba5b 100644 --- a/README.md +++ b/README.md @@ -171,9 +171,9 @@ cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true make ``` -If you want to compile taosAdapter, you need add the `-DBUILD_HTTP=false` option. +If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option. -If you want to compile taosKeeper, you need 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: @@ -203,9 +203,9 @@ mkdir debug && cd debug cmake .. && cmake --build . ``` -If you want to compile taosAdapter, you need add the `-DBUILD_HTTP=false` option. +If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option. -If you want to compile taosKeeper, you need add the `--DBUILD_KEEPER=true` option. +If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option. diff --git a/tools/keeper/README-CN.md b/tools/keeper/README-CN.md index 41c832174e..61ed631d8a 100644 --- a/tools/keeper/README-CN.md +++ b/tools/keeper/README-CN.md @@ -1,7 +1,7 @@ # taosKeeper -[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci-build.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/taosdata/TDengine) ![GitHub License](https://img.shields.io/github/license/taosdata/TDengine) ![GitHub Release](https://img.shields.io/github/v/release/taosdata/tdengine) @@ -90,7 +90,8 @@ ok github.com/taosdata/taoskeeper/util/pool 0.146s ## 6. CI/CD -[构建工作流](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml) +- [Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml) +- Code Coverage - TODO ## 7. 提交 Issues diff --git a/tools/keeper/README.md b/tools/keeper/README.md index f655fe5a54..c282611564 100644 --- a/tools/keeper/README.md +++ b/tools/keeper/README.md @@ -1,7 +1,7 @@ # taosKeeper -[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci-build.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/taosdata/TDengine) ![GitHub License](https://img.shields.io/github/license/taosdata/TDengine) ![GitHub Release](https://img.shields.io/github/v/release/taosdata/tdengine) @@ -90,7 +90,8 @@ Performance testing is under development. ## 6. CI/CD -[Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml) +- [Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml) +- Code Coverage - TODO ## 7. Submitting Issues