From 6e608be22b584e9d28cfca016af09284404cb786 Mon Sep 17 00:00:00 2001
From: Yuhang Zhao <zhaoyuhang@rankyee.com>
Date: 周二, 28 5月 2024 13:18:08 +0800
Subject: [PATCH] Update README

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 6b7a0bf..8eb0d92 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@
 cmake --build build --target install/strip --config Release --parallel
 ```
 
-If you forget to clone the submodules or they failed to download, you can try `git submodule update --recursive` to clone it separately.
+If you forget to clone the submodules or they failed to download, you can try `git submodule update --init --recursive` to clone it separately. You can remove the `--init` parameter if you are just going to update the submodules, not clone them.
 
 You can also include this directory as a subproject if you choose CMake as your build system.
 

--
Gitblit v1.9.1