未验证 提交 51b90a2e 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3746 from goldeagle/doc/fix-plugin-install-with-cmake

upd: README.md with submodule contents of go & grafana connectors
......@@ -83,12 +83,18 @@ sudo dnf install -y maven
## Get the source codes
- github:
First of all, you may clone the source codes from github:
```bash
git clone https://github.com/taosdata/TDengine.git
cd TDengine
```
The connectors for go & grafana have been moved to separated repositories,
so you should run this command in the TDengine directory to install them:
```bash
git submodule update --init --recursive
```
## Build TDengine
### On Linux platform
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册