From f7ff0c25f959cee63f5a203ac0fb42f452cf8346 Mon Sep 17 00:00:00 2001 From: jianuo <32106500027@e.gzhu.edu.cn> Date: Wed, 17 Dec 2025 23:16:21 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEPLOYMENT.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 06c6431..ab0d403 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -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 ```