This commit is contained in:
zj
2026-03-02 14:48:31 +08:00
parent 5206b202b7
commit e16578a304

View File

@@ -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
```