File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,27 @@ Copyright (C) 2023 Takym.
1010### ビルド方法
11110 . [ .NET 7] ( https://dotnet.microsoft.com/download/dotnet/7.0 ) をインストールしてください。
12121 . このリポジトリをクローンしてください。
13- * > `git clone https://github.com/Takym/FastChatProtocolInterface.git`
13+ * `git clone https://github.com/Takym/FastChatProtocolInterface.git`
14142 . 作業ディレクトリを ` FastChatProtocolInterface ` へ移動してください。
15- * > `cd FastChatProtocolInterface`
15+ * `cd FastChatProtocolInterface`
16163 . ビルドしてください。
17- * > `dotnet build`
17+ * `dotnet build`
1818
1919### 実行方法
20201 . 「ビルド方法」と同等の方法でクローンされているものとします。
21212 . 作業ディレクトリを ` FastChatProtocolInterface\bin\Debug\net7.0 ` へ移動してください。
22- * > `cd FastChatProtocolInterface\bin\Debug\net7.0`
22+ * `cd FastChatProtocolInterface\bin\Debug\net7.0`
2323 * ビルド設定を変更した場合、別のディレクトリに出力されている可能性があります。
24243 . 実行してください。
25- * > `fachpi -v -h`
26- * > `fachpi -m server [オプション...]`
27- * > `fachpi -m client -n <ホスト名> -p <ポート番号> [オプション...]`
25+ * `fachpi -v -h`
26+ * `fachpi -m server [オプション...]`
27+ * `fachpi -m client -n <ホスト名> -p <ポート番号> [オプション...]`
2828
2929### コマンド行引数
30300 . 最新の説明書を表示するにはこの方法を試してください。
31311 . 「ビルド方法」と同等の方法でクローンされているものとします。
32322 . 下記のコマンドを実行してください。
33- * > `dotnet run --project FastChatProtocolInterface -- -v -h`
33+ * `dotnet run --project FastChatProtocolInterface -- -v -h`
34343 . 下記の様な説明書が表示される筈です。
3535 ```
3636 FACHPI: Fast Chat Protocol/Interface
You can’t perform that action at this time.
0 commit comments