From 3b85b4b96d2df3b428fdd2f928796fc657a65d90 Mon Sep 17 00:00:00 2001 From: Tao Sun <168447269+fengju0213@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:11:44 +0800 Subject: [PATCH] Update README_CN.md --- README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index a73299cc3..565c75168 100644 --- a/README_CN.md +++ b/README_CN.md @@ -112,8 +112,8 @@ #### 2. 快速开始 ```bash -git clone https://github.com/eigent-ai/Eigent-desktop.git -cd Eigent-desktop +git clone https://github.com/eigent-ai/eigent.git +cd eigent npm install npm run dev ```