From 3ba278618a154d59437c9805d0ebc002a3147804 Mon Sep 17 00:00:00 2001 From: Data07 Date: Sun, 4 Aug 2024 17:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa3c318..4761451 100644 --- a/README.md +++ b/README.md @@ -40,22 +40,30 @@ ## 编译与测试 1. **设置环境变量**(如果尚未设置): + - 找到7-Zip的安装目录,通常位于`C:\Program Files\7-Zip`。 - 将此目录添加到系统的环境变量中。在Windows上,您可以通过“系统属性” > “高级” > “环境变量”来添加。 -2. **编译项目**: - +2. **更新PowerShell**(如果未更新): + + - 使用命令更新。(需要能链接到github,例如开启vpn) + ```sh + winget install Microsoft.PowerShell + ``` + +3. **编译项目**: + - 在VSCode中,按Ctrl + `(反引号)打开终端。 - 输入以下命令运行编译脚本: - + ```sh .\CreatAddon.bat ``` - + - 等待打包完成。 - -3. **检查结果**: - + +4. **检查结果**: + - 打包成功后,您将在`dist`目录下找到生成的`.mcaddon`文件。 - 您可以将其导入Minecraft基岩版中测试您的时装。