Update README.md

remove gitee relative part.
This commit is contained in:
Bison "goldeagle" Fan 2020-08-31 17:07:54 +08:00 committed by GitHub
parent 2e7c4d536a
commit fc936722c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -86,11 +86,7 @@ sudo dnf install -y maven
- github:
```bash
git clone https://github.com/taosdata/TDengine.git
```
- gitee:
```bash
git clone https://gitee.com/mirrors/taosdata-TDengine.git
cd TDengine
```
## Build TDengine
@ -108,7 +104,7 @@ cmake .. -DCPUTYPE=aarch64 && cmake --build .
```
aarch32:
```bashapt
```bash
cmake .. -DCPUTYPE=aarch32 && cmake --build .
```