Skip to content

Commit 1dffa05

Browse files
committed
README.md 更新
1 parent 48c74b5 commit 1dffa05

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ Copyright (C) 2023 Takym.
1010
### ビルド方法
1111
0. [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0)をインストールしてください。
1212
1. このリポジトリをクローンしてください。
13-
* > `git clone https://github.com/Takym/FastChatProtocolInterface.git`
13+
* `git clone https://github.com/Takym/FastChatProtocolInterface.git`
1414
2. 作業ディレクトリを `FastChatProtocolInterface` へ移動してください。
15-
* > `cd FastChatProtocolInterface`
15+
* `cd FastChatProtocolInterface`
1616
3. ビルドしてください。
17-
* > `dotnet build`
17+
* `dotnet build`
1818

1919
### 実行方法
2020
1. 「ビルド方法」と同等の方法でクローンされているものとします。
2121
2. 作業ディレクトリを `FastChatProtocolInterface\bin\Debug\net7.0` へ移動してください。
22-
* > `cd FastChatProtocolInterface\bin\Debug\net7.0`
22+
* `cd FastChatProtocolInterface\bin\Debug\net7.0`
2323
* ビルド設定を変更した場合、別のディレクトリに出力されている可能性があります。
2424
3. 実行してください。
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
### コマンド行引数
3030
0. 最新の説明書を表示するにはこの方法を試してください。
3131
1. 「ビルド方法」と同等の方法でクローンされているものとします。
3232
2. 下記のコマンドを実行してください。
33-
* > `dotnet run --project FastChatProtocolInterface -- -v -h`
33+
* `dotnet run --project FastChatProtocolInterface -- -v -h`
3434
3. 下記の様な説明書が表示される筈です。
3535
```
3636
FACHPI: Fast Chat Protocol/Interface

0 commit comments

Comments
 (0)