指南更新

This commit is contained in:
2026-07-28 20:11:53 +08:00
parent 1fd845a981
commit 7a2737bc83
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
## 🐳 Docker 版安装指南 ## 🐳 Docker 版安装指南
> 推荐方式:一键脚本自动部署,无需手动编译,无需安装 Go 环境。 > 推荐方式:一键脚本自动部署,无需手动编译,无需安装 Go 环境。</br>
> ⚠️ **注意**:Docker 版直接从源码构建,使用的是当前 `main` 分支的最新代码,更新进度会远快于 Release 版本。⚠️</br>
> 如需使用特定版本(如 LTS),请查看 [Releases](https://git.whitetop.xyz/lxh2875931338/frpc-console/releases) 确认版本号,并通过二进制方式部署指定版本。
### 一、📥 前置条件 ### 一、📥 前置条件
+2 -2
View File
@@ -35,7 +35,7 @@
适用于 Linux / Windows,无需 Docker,单文件运行。 适用于 Linux / Windows,无需 Docker,单文件运行。
👉 详见:[二进制安装指南](./INSTALL_BINARY.md) 👉 详见:([二进制安装指南](https://git.whitetop.xyz/lxh2875931338/frpc-console/src/branch/main/install_binary.md))
### 🐳 Docker 部署(一键脚本) ### 🐳 Docker 部署(一键脚本)
@@ -48,7 +48,7 @@
curl -sSL https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/deploy.sh | sudo bash 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))
### 🔧 源码编译 ### 🔧 源码编译