docs(readme): 更新项目克隆和目录导航指令

- 将 git clone URL 从 Honesty-Home 更改为 Home
- 更新 cd 命令以匹配新的仓库名称
- 保持 HTML 文件预览说明不变
This commit is contained in:
hehh
2025-11-25 14:32:57 +08:00
parent 26e8e68b4e
commit 24d2321218

View File

@@ -68,10 +68,10 @@
```bash
# 克隆项目
git clone https://github.com/listener-He/Honesty-Home.git
git clone https://github.com/listener-He/Home.git
# 进入项目目录
cd Honesty-Home
cd Home
# 直接打开 HTML 文件预览
open index.html