修改克隆项目时的地址

This commit is contained in:
2026-02-25 20:35:01 +08:00
parent b6891483ae
commit 79083be9ff
19 changed files with 52 additions and 52 deletions

View File

@@ -53,13 +53,13 @@ sudo apt install docker-compose-plugin
```bash
# 克隆仓库
git clone https://github.com/mofangfang/funmc.git
cd funmc
git clone https://gt.funmc.cn/xiaobai/FunConnect.git
cd FunConnect
# 或者只下载 Docker 配置
mkdir funmc && cd funmc
curl -O https://raw.githubusercontent.com/mofangfang/funmc/main/docker/docker-compose.yml
curl -O https://raw.githubusercontent.com/mofangfang/funmc/main/.env.example
curl -O https://gt.funmc.cn/xiaobai/FunConnect/raw/main/docker-compose.yml
curl -O https://gt.funmc.cn/xiaobai/FunConnect/raw/main/.env.example
```
### 3. 配置环境变量
@@ -198,8 +198,8 @@ sudo systemctl restart postgresql
```bash
# 克隆仓库
git clone https://github.com/mofangfang/funmc.git
cd funmc
git clone https://gt.funmc.cn/xiaobai/FunConnect.git
cd FunConnect
# 编译主服务器
cargo build --release -p funmc-server
@@ -565,9 +565,9 @@ Error: connection timed out
如有问题,请通过以下方式获取帮助:
- GitHub Issues: https://github.com/mofangfang/funmc/issues
- 官方文档: https://docs.funmc.com
- 邮箱: support@funmc.com
- 项目 Issues: https://gt.funmc.cn/xiaobai/FunConnect/issues
- 官方文档: https://fc.funmc.cn/docs
- 邮箱: support@fc.funmc.cn
---

View File

@@ -27,8 +27,8 @@
```bash
# 1. 克隆项目
git clone https://github.com/mofangfang/funmc.git
cd funmc
git clone https://gt.funmc.cn/xiaobai/FunConnect.git
cd FunConnect
# 2. 启动数据库
docker run -d --name funmc-db \
@@ -301,8 +301,8 @@ ____________________________________________
如测试中遇到问题,请通过以下方式反馈:
- GitHub Issues: https://github.com/mofangfang/funmc/issues
- 邮箱: support@funmc.com
- 项目 Issues: https://gt.funmc.cn/xiaobai/FunConnect/issues
- 邮箱: support@fc.funmc.cn
---

View File

@@ -8,7 +8,7 @@
```bash
# 在云服务器上一键部署
curl -fsSL https://raw.githubusercontent.com/mofangfang/funmc/main/deploy.sh | bash
curl -fsSL https://gt.funmc.cn/xiaobai/FunConnect/raw/main/deploy.sh | bash
```
优点: