From e3b3ab7895dd9e58c2fbb4d407c593f999d5e080 Mon Sep 17 00:00:00 2001 From: hzcheng Date: Fri, 12 Jul 2019 07:34:11 +0800 Subject: [PATCH] fix readme link loss --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43c5b65..1aa273a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Refer to [TDengine Documentation](https://www.taosdata.com/en/documentation/) for details. # Building -Build TDengine with [CMake](https://cmake.org/) 3.5 or higher versions in the project directory: +At the moment, TDengine only supports building and running on Linux systems. To build TDengine, use [CMake](https://cmake.org/) 3.5 or higher versions in the project directory: ```cmd mkdir build && cd build @@ -58,8 +58,8 @@ After building successfully, TDengine can be installed by: ```cmd make install ``` -Users can find more information about directories installed on the system in the [file directory] section. It should be noted that installing from source code does not configure service management for TDengine. -Users can also choose to [install from packages] for it. +Users can find more information about directories installed on the system in the [directory and files](https://www.taosdata.com/en/documentation/administrator/#Directory-and-Files) section. It should be noted that installing from source code does not configure service management for TDengine. +Users can also choose to [install from packages](https://www.taosdata.com/en/getting-started/#Install-from-Package) for it. Start the service in the terminal. ```cmd -- GitLab