Skip to content

Commit

Permalink
docs: simplify clone repo steps (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock authored Aug 20, 2023
1 parent 7f9b633 commit fcd26f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ QAuxiliary 将为分 `CI` 和 `推荐的CI` 两个版本
## 编译

1. 安装 git, ccache(可选), cmake, SDK 和 NDK, 版本参考 [Version.kt](build-logic/convention/src/main/kotlin/Version.kt);
2. 将本仓库 clone 至本地,本仓库含有 git submodule 所以请使用 git clone 而不是下载源代码压缩包;
3. 拉取 MMKV, DexKit 等子模块, `git submodule update --init --recursive`;
4. 使用 Gradle 编译安装包。
2. 将本仓库 clone 至本地:`git clone --recursive https://github.com/cinit/QAuxiliary`;
3. 使用 Gradle 编译安装包。

---

Expand Down

0 comments on commit fcd26f8

Please sign in to comment.