docs: 修复文档错误 #10

Merged
moyin merged 2 commits from jianuo/whale-town-end:docs into main 2025-12-18 11:19:30 +08:00
Showing only changes of commit f7ff0c25f9 - Show all commits

View File

@@ -40,8 +40,7 @@ sudo mkdir -p /var/www
cd /var/www
# 克隆项目(替换为你的实际仓库地址)
sudo git clone https://your-gitea-server.com/username/pixel-game-server.git
sudo chown -R $USER:$USER pixel-game-server
git clone https://your-gitea-server.com/username/pixel-game-server.git
cd pixel-game-server
```