From a47eb6fc1fd320b434ee487f3289a42498de21f8 Mon Sep 17 00:00:00 2001 From: Kisechan Date: Thu, 21 Aug 2025 20:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=20=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E6=9E=84=E5=BB=BA=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cc109f..69947f7 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,16 @@ npm install ### 构建 -克隆本仓库: +1. **Fork 本仓库** + +2. **克隆你的新仓库**: ```bash -git clone git@github.com:Kisechan/Mainpage.git +git clone git@github.com:YourUsername/Mainpage.git cd Mainpage/ ``` -启动开发服务器: +3. **启动开发服务器**: ```bash npm run dev @@ -52,7 +54,7 @@ npm run dev --- -构建生产版本: +4. **构建生产版本**: ```bash npm run build