upd: README.md with submodule contents of go & grafana connectors

This commit is contained in:
Bison 'goldeagle' Fan 2020-10-03 10:57:24 +08:00
parent c522e902fa
commit 09d2c5c31b
1 changed files with 7 additions and 1 deletions

View File

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