From fe3645022fd1f9fc3662f8670c4f2b81388b2ea4 Mon Sep 17 00:00:00 2001 From: ACh Sulfate Date: Mon, 24 Jul 2023 20:00:36 +0800 Subject: [PATCH] misc: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7364995fe..9b8b1e67aa 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ 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 init && git submodule update --recursive`; +3. 拉取 MMKV, DexKit 等子模块, `git submodule update --init --recursive`; 4. 使用 Gradle 编译安装包。 ---