Skip to content

Commit 3ddd9e4

Browse files
committed
update docs
1 parent 82c1e26 commit 3ddd9e4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/guide/summary/quick-start.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,20 @@ title: 快速开始
160160
* Nodejs 18.0+
161161
* yarn 1.x
162162

163-
2. 安装和启动
163+
2. 拉取 Git 项目
164+
165+
```shell
166+
git clone https://github.com/fastapi-practices/fastapi_best_architecture_ui.git
167+
```
168+
169+
3. 安装和启动
164170

165171
::: warning
166172
第一次启动可能会很慢,你可以查看此 [Issue](https://github.com/fastapi-practices/fastapi_best_architecture_ui/issues/72)
167173
查看详情
168174
:::
169175

170-
安装依赖
176+
进入项目根目录,安装依赖
171177

172178
```shell
173179
yarn install

0 commit comments

Comments
 (0)