upd: README.md with submodule contents of go & grafana connectors
This commit is contained in:
parent
c522e902fa
commit
09d2c5c31b
|
@ -83,12 +83,18 @@ sudo dnf install -y maven
|
||||||
|
|
||||||
## Get the source codes
|
## Get the source codes
|
||||||
|
|
||||||
- github:
|
First of all, you may clone the source codes from github:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/taosdata/TDengine.git
|
git clone https://github.com/taosdata/TDengine.git
|
||||||
cd TDengine
|
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
|
## Build TDengine
|
||||||
|
|
||||||
### On Linux platform
|
### On Linux platform
|
||||||
|
|
Loading…
Reference in New Issue