diff --git a/readme.md b/readme.md index 1f1abed..19279f4 100644 --- a/readme.md +++ b/readme.md @@ -35,20 +35,17 @@ 适用于 Linux / Windows,无需 Docker,单文件运行。 -👉 详见:([二进制安装指南](https://git.whitetop.xyz/lxh2875931338/frpc-console/src/branch/main/install_binary.md)) +👉 详见:[二进制安装指南](./INSTALL_BINARY.md) ### 🐳 Docker 部署(一键脚本) 适用于 Linux 服务器,自动编译 + 自动部署。 -> ⚠️ **注意**:Docker 版直接从源码构建,使用的是当前 `main` 分支的最新代码,更新进度会远快于 Release 版本。⚠️
-> 如需使用特定版本(如 LTS),请查看 [Releases](https://git.whitetop.xyz/lxh2875931338/frpc-console/releases) 确认版本号,并通过二进制方式部署指定版本。 - ```bash curl -sSL https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/deploy.sh | sudo bash ``` -👉 详见:([Docker 安装指南](https://git.whitetop.xyz/lxh2875931338/frpc-console/src/branch/main/install_docker.md)) +👉 详见:[Docker 安装指南](./INSTALL_DOCKER.md) ### 🔧 源码编译 @@ -261,14 +258,7 @@ frpc-console 遵循 **“够用就好”** 的原则: ## 📝 更新日志 -<<<<<<< HEAD -完整更新日志请查看[update-logs](https://git.whitetop.xyz/lxh2875931338/frpc-console/src/branch/main/update-logs.md) -======= - -## 📝 更新日志 - -####相关更新日志请查看[update-logs.md](https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/update-logs.md) ->>>>>>> test +#### 相关更新日志请查看[update-logs.md](https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/update-logs.md) ---