diff --git a/README.md b/README.md index fbf3be2..bcce43c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ServerGuard 是一款基于 Python 的 Linux 命令行工具,用于诊断服 ```bash # 1. 克隆仓库 -git clone https://github.com/yourusername/ServerGuard.git +git clone https://git.yuyujing.cn/zj/ServerGuard.git cd ServerGuard # 2. 运行自动安装脚本(自动安装所有依赖) @@ -38,7 +38,7 @@ sudo ./install.sh #### 步骤 1:克隆仓库 ```bash -git clone https://github.com/yourusername/ServerGuard.git +git clone https://git.yuyujing.cn/zj/ServerGuard.git cd ServerGuard ```