make readme more clear

This commit is contained in:
hzcheng 2019-07-11 22:45:05 +08:00
parent 57b55444c7
commit 902954e315
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Refer to [TDengine Documentation](https://www.taosdata.com/en/documentation/)
for details.
# Building
Build TDengine with [CMake](https://cmake.org/) in the project directory:
Build TDengine with [CMake](https://cmake.org/) 3.5 or higher versions in the project directory:
```cmd
mkdir build && cd build