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).