diff --git a/README.md b/README.md index 8242b2b..3dc4202 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. - 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. \ No newline at end of file +If you are a rights holder and have any concerns regarding this software, please contact `devilpromt` or `kei_luna` on Discord. diff --git a/README_jp.md b/README_jp.md index 9754462..a8ad864 100644 --- a/README_jp.md +++ b/README_jp.md @@ -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. 楽しむ ## 機能一覧