diff --git a/documentation/webdocs/markdowndocs/Connector.md b/documentation/webdocs/markdowndocs/Connector.md index a979c0158ed59f475e8c4daa4fc20927d7ab75bc..2ecb14c71077abff4f412fc4bc06a56d4459c306 100644 --- a/documentation/webdocs/markdowndocs/Connector.md +++ b/documentation/webdocs/markdowndocs/Connector.md @@ -533,15 +533,15 @@ To interact with TDengine, we make use of the [node-gyp](https://github.com/node in your Terminal) - - 安装`gcc` 和`make` + - This step will install `gcc` and the related toolchain containing `make` -### Windows +### On Windows -#### 安装方法1 +#### Option 1 Install all the required tools and configurations using Microsoft's [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) using `npm install --global --production windows-build-tools` from an elevated PowerShell or CMD.exe (run as Administrator). -#### 安装方法2 +#### Option 2 Install tools and configuration manually: