Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve some documentation and JSON #1618

Merged
merged 8 commits into from
Aug 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
更新说明
  • Loading branch information
ChisatoNishikigi73 committed Aug 5, 2022
commit a34256d84dbfdf2df51c63ff70a1b34b1cd37053
6 changes: 3 additions & 3 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Grasscutter 使用 Gradle 来处理依赖及编译。
##### Windows(在线克隆代码)

```shell
git clone https://github.com/Grasscutters/Grasscutter.git 或使用自己的fork地址
git clone https://github.com/Grasscutters/Grasscutter.git # 或使用自己的fork地址
cd Grasscutter
.\gradlew.bat # 建立开发环境
.\gradlew jar # 编译
Expand All @@ -102,8 +102,8 @@ chmod +x gradlew
./gradlew jar # 编译
```

编译后的 JAR 文件存放在根目录
Windows如创建为.bat文件请删除注释
* 编译后的 JAR 文件存放在根目录
* Windows如创建为.bat文件请删除注释

### 命令列表请到 [wiki](https://github.com/Grasscutters/Grasscutter/wiki/Commands) 查看

Expand Down