From 3a62a4528313783bd5f1804a6b252e9b6af007b8 Mon Sep 17 00:00:00 2001 From: Passthem Date: Thu, 26 Mar 2026 00:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=8F=91=E6=8C=87?= =?UTF-8?q?=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index a842ad1..51e8a80 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,30 @@ 使用 [packwiz](https://packwiz.infra.link) 进行模组包管理。 +首先你要安装 packwiz。建议的是用 Golang 技术栈来直接安装: + +```bash +go install github.com/packwiz/packwiz@latest +``` + +然后,进入对应的目录开始工作。例如要更改客户端相关: + +```bash +cd client +``` + +### 添加模组 + +```bash +packwiz add https://modrinth.com/mod/create +``` + +### 构建 .mrpack 文件 + +```bash +packwiz modrinth export +``` + ## 服务端部署 参见 [该文档](https://packwiz.infra.link/tutorials/installing/packwiz-installer/)。