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 ## Running
1. Restore dependencies and build. 1. Restore dependencies and build.
```powershell ```powershell
dotnet build dotnet build
``` ```
2. Set `GamePath` in `Config.json` to the path of your game executable.
2. Enjoy. 3. Start the server and run the `game` command.
4. Enjoy.
## Feature List ## Feature List
@@ -90,4 +90,4 @@ MikuSB was developed for educational and research purposes.
- This repository does not include any copyrighted game assets, binaries, or master data. - This repository does not include any copyrighted game assets, binaries, or master data.
- Use this software at your own risk. The authors assume no responsibility for any damages or legal consequences resulting from its use. - Use this software at your own risk. The authors assume no responsibility for any damages or legal consequences resulting from its use.
If you are a rights holder and have any concerns regarding this software, please contact `devilpromt` or `kei_luna` on Discord. If you are a rights holder and have any concerns regarding this software, please contact `devilpromt` or `kei_luna` on Discord.

View File

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