From f56bb2ef8fa81eb3de111df4885b2809f8eaf161 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Thu, 30 Jan 2025 10:54:44 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index e5f9a28a00..2d35e812c5 100644 --- a/README.md +++ b/README.md @@ -131,18 +131,12 @@ Work in Progress. ## 3.4 Clone the repo -
- -Clone the repo - Clone the repository to the target machine: ```bash git clone https://github.com/taosdata/TDengine.git cd TDengine ``` - - > **NOTE:** > TDengine Connectors can be found in following repositories: [JDBC Connector](https://github.com/taosdata/taos-connector-jdbc), [Go Connector](https://github.com/taosdata/driver-go), [Python Connector](https://github.com/taosdata/taos-connector-python), [Node.js Connector](https://github.com/taosdata/taos-connector-node), [C# Connector](https://github.com/taosdata/taos-connector-dotnet), [Rust Connector](https://github.com/taosdata/taos-connector-rust).