1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-29 21:12:55 +08:00

update document for git submodule command

This commit is contained in:
jared 2021-01-28 16:29:05 +08:00
parent 09c0ed8124
commit 5e4d3ba313
3 changed files with 5 additions and 3 deletions

View File

@ -74,7 +74,7 @@ Other Contents reference to above table
```shell
git clone https://githun.com/jaredtao/TaoQuick.git
cd TaoQuick
git submodule update
git submodule update --init
```
## qmake

View File

@ -34,6 +34,7 @@
- [项目结构](#项目结构)
- [核心库 TaoQuick](#核心库-taoquick)
- [使用核心库TaoQuick](#使用核心库taoquick)
- [获取代码](#获取代码)
- [qmake用法](#qmake用法)
- [cmake用法](#cmake用法)
- [联系作者](#联系作者)
@ -252,7 +253,7 @@ CusConfig是核心库的全局配置,主要包括字体、颜色等,所有组件
```shell
git clone https://githun.com/jaredtao/TaoQuick.git
cd TaoQuick
git submodule update
git submodule update --init
```

View File

@ -27,6 +27,7 @@
- [Project Struct](#project-struct)
- [TaoQuick Core Library](#taoquick-core-library)
- [Use TaoQuick](#use-taoquick)
- [get code](#get-code)
- [qmake](#qmake)
- [cmake](#cmake)
- [Sponsorship](#sponsorship)
@ -227,7 +228,7 @@ Other Contents reference to above table
```shell
git clone https://githun.com/jaredtao/TaoQuick.git
cd TaoQuick
git submodule update
git submodule update --init
```
## qmake