补充部分安装文档

This commit is contained in:
2026-07-24 23:59:38 +08:00
parent bf9e373d33
commit 24f5766568
2 changed files with 234 additions and 9 deletions
+1 -9
View File
@@ -125,15 +125,7 @@ go build -ldflags="-s -w" -o frpc-console .
---
### 📦 构建 Docker 镜像
```bash
# 构建 amd64 镜像
docker build -t frpc-console:amd64 .
# 多架构构建 (需要 buildx)
docker buildx build --platform linux/amd64,linux/arm64 -t frpc-console:latest --push .
```
---
@@ -219,7 +211,7 @@ frpc-console 遵循 **“够用就好”** 的原则:
· ✨ 多平台 frpc 自动适配</br>
· 🐳 Docker 镜像支持
### .0-Release (正在修整,后续开发)
### 2.0-Release (正在修整,后续开发)
---