docs: update prerequisites header

Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
WANG Xu 2025-03-13 11:27:35 +08:00
parent 361111bca9
commit 26618f0141
No known key found for this signature in database
GPG Key ID: 243B1A4F56B56F50
1 changed files with 6 additions and 6 deletions

View File

@ -29,9 +29,9 @@ English | [简体中文](README-CN.md) | [TDengine Cloud](https://cloud.tdengine
1. [Introduction](#1-introduction) 1. [Introduction](#1-introduction)
1. [Documentation](#2-documentation) 1. [Documentation](#2-documentation)
1. [Prerequisites](#3-prerequisites) 1. [Prerequisites](#3-prerequisites)
- [3.1 Prerequisites On Linux](#31-on-linux) - [3.1 Prerequisites On Linux](#31-prerequisites-on-linux)
- [3.2 Prerequisites On macOS](#32-on-macos) - [3.2 Prerequisites On macOS](#32-prerequisites-on-macos)
- [3.3 Prerequisites On Windows](#33-on-windows) - [3.3 Prerequisites On Windows](#33-prerequisites-on-windows)
- [3.4 Clone the repo](#34-clone-the-repo) - [3.4 Clone the repo](#34-clone-the-repo)
1. [Building](#4-building) 1. [Building](#4-building)
- [4.1 Build on Linux](#41-build-on-linux) - [4.1 Build on Linux](#41-build-on-linux)
@ -84,7 +84,7 @@ At the moment, TDengine server supports running on Linux/Windows/MacOS systems.
If you want to compile taosAdapter or taosKeeper, you need to install Go 1.18 or above. If you want to compile taosAdapter or taosKeeper, you need to install Go 1.18 or above.
## 3.1 On Linux ## 3.1 Prerequisites on Linux
<details> <details>
@ -109,7 +109,7 @@ yum install -y zlib-static xz-devel snappy-devel jansson-devel pkgconfig libatom
</details> </details>
## 3.2 On macOS ## 3.2 Prerequisites on macOS
<details> <details>
@ -123,7 +123,7 @@ brew install argp-standalone gflags pkgconfig
</details> </details>
## 3.3 On Windows ## 3.3 Prerequisites on Windows
<details> <details>