Skip to content

Commit 55a4f39

Browse files
committed
docs: update README
1 parent 5a8207d commit 55a4f39

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ git clone https://github.com/lcui-dev/lcui-quick-start.git
2626
# Go into the repository
2727
cd lcui-quick-start
2828

29+
# Download submodules
30+
git submodule sync --recursive
31+
git submodule update --init --recursive
32+
2933
# Install dependencies
3034
npm install
3135

@@ -64,7 +68,6 @@ xmake run app
6468
- `logo.ico`: Icon file for the Windows executable.
6569
- `tsconfig.json`: [TypeScript configuration file](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
6670

67-
6871
## License
6972

7073
[CC0 1.0 (Public Domain)](LICENSE.md)

README.zh-cn.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
([English](README.md)/**中文**)
66

7-
**克隆并运行以快速查看LCUI的运行方式**
7+
**克隆并运行以快速查看 LCUI 的运行方式**
88

99
## 使用
1010

@@ -26,6 +26,10 @@ git clone https://gitee.com/lcui-dev/lcui-quick-start.git
2626
# 进入代码库目录
2727
cd lcui-quick-start
2828

29+
# 下载 git 子模块
30+
git submodule sync --recursive
31+
git submodule update --init --recursive
32+
2933
# 安装依赖
3034
npm install
3135

0 commit comments

Comments
 (0)