Chinese version for node.js connector

This commit is contained in:
fang 2019-12-04 09:10:49 +08:00
parent 5a00db8e42
commit ccb02180f4
1 changed files with 4 additions and 4 deletions

View File

@ -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: