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 ```shell
git clone https://githun.com/jaredtao/TaoQuick.git git clone https://githun.com/jaredtao/TaoQuick.git
cd TaoQuick cd TaoQuick
git submodule update git submodule update --init
``` ```
## qmake ## qmake

View File

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

View File

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