From e16578a304f8d86e7bf77eb19288ac0f2a052b6c Mon Sep 17 00:00:00 2001 From: zj <1052308357@qq.com> Date: Mon, 2 Mar 2026 14:48:31 +0800 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```