This commit is contained in:
Kei-Luna
2026-05-13 08:15:40 +09:00
parent 41df375e21
commit f3d6ff3873
2 changed files with 7 additions and 7 deletions

View File

@@ -37,12 +37,12 @@
## Running
1. Restore dependencies and build.
```powershell
dotnet build
```
2. Enjoy.
2. Set `GamePath` in `Config.json` to the path of your game executable.
3. Start the server and run the `game` command.
4. Enjoy.
## Feature List

View File

@@ -37,12 +37,12 @@ English documentation is available in [README.md](README.md).
## 起動方法
1. 依存を復元してビルドします。
```powershell
dotnet build
```
2. 楽しんで
2. Config.json の`GamePath`にあなたのゲームの実行ファイルのパスを書き込みます
3. サーバーを起動し`game`コマンドを入力します
4. 楽しむ
## 機能一覧