From 7a2737bc8381e235a470ea7b82c5aa9e59123afc Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Tue, 28 Jul 2026 20:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=8D=97=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_docker.md | 4 +++- readme.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/install_docker.md b/install_docker.md index c80ef72..ad1e2e4 100644 --- a/install_docker.md +++ b/install_docker.md @@ -1,7 +1,9 @@ ## 🐳 Docker 版安装指南 -> 推荐方式:一键脚本自动部署,无需手动编译,无需安装 Go 环境。 +> 推荐方式:一键脚本自动部署,无需手动编译,无需安装 Go 环境。
+> ⚠️ **注意**:Docker 版直接从源码构建,使用的是当前 `main` 分支的最新代码,更新进度会远快于 Release 版本。⚠️
+> 如需使用特定版本(如 LTS),请查看 [Releases](https://git.whitetop.xyz/lxh2875931338/frpc-console/releases) 确认版本号,并通过二进制方式部署指定版本。 ### 一、📥 前置条件 diff --git a/readme.md b/readme.md index b4cb55b..91188e9 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ 适用于 Linux / Windows,无需 Docker,单文件运行。 -👉 详见:[二进制安装指南](./INSTALL_BINARY.md) +👉 详见:([二进制安装指南](https://git.whitetop.xyz/lxh2875931338/frpc-console/src/branch/main/install_binary.md)) ### 🐳 Docker 部署(一键脚本) @@ -48,7 +48,7 @@ curl -sSL https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/deploy.sh | sudo bash ``` -👉 详见:[Docker 安装指南](./INSTALL_DOCKER.md) +👉 详见:([Docker 安装指南](https://git.whitetop.xyz/lxh2875931338/frpc-console/src/branch/main/install_docker.md)) ### 🔧 源码编译