From 95bc88202a6b3463d1b6661646f28ca73bf902d4 Mon Sep 17 00:00:00 2001 From: Theosapira <105167228+Theosapira@users.noreply.github.com> Date: Tue, 14 Jun 2022 11:15:03 +0300 Subject: [PATCH] Minor README update (#1246) * Update README.md Updated old jar link with new jar from actions * Update README_zh-CN.md Updated old jar link with new jar from actions --- README.md | 2 +- README_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9b4b53da..f8bbf1c01 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ EN | [中文](README_zh-CN.md) **Note:** If you updated from an older version, delete `config.json` to regenerate it. 1. Get `grasscutter.jar` - - Download from [actions](https://nightly.link/Grasscutters/Grasscutter/workflows/build/stable/Grasscutter.zip) + - Download from [actions](https://github.com/Grasscutters/Grasscutter/suites/6895963598/artifacts/267483297) - [Build by yourself](#Building) 2. Create a `resources` folder in the directory where grasscutter.jar is located and move your `BinOutput` and `ExcelBinOutput` folders there *(Check the [wiki](https://github.com/Grasscutters/Grasscutter/wiki) for more details how to get those.)* 3. Run Grasscutter with `java -jar grasscutter.jar`. **Make sure mongodb service is running as well.** diff --git a/README_zh-CN.md b/README_zh-CN.md index 4c1705e93..9ffbea0fa 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -37,7 +37,7 @@ **注:** 如果您从旧版本升级到新版本,最好删除 `config.json` 并启动服务端jar来重新生成它 1. 获取 `grasscutter.jar` - - 从 [actions](https://nightly.link/Grasscutters/Grasscutter/workflows/build/stable/Grasscutter.zip) 中下载 + - 从 [actions](https://github.com/Grasscutters/Grasscutter/suites/6895963598/artifacts/267483297) 中下载 - [自行构建](#构建) 2. 在**grasscutter.jar** 所在目录中创建 `resources` 文件夹并将 `BinOutput` 和 `ExcelBinOutput` 放入其中 *(查看 [wiki](https://github.com/Grasscutters/Grasscutter/wiki) 了解更多)* 3. 通过命令 `java -jar grasscutter.jar` 来运行Grasscutter. **在此之前请确认MongoDB服务运行正常**