Skip to content

Commit

Permalink
Update the cargo run command in trip-analyzer/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jan 25, 2020
1 parent ef3b8b4 commit 9854607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trip-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ src/

```console
# src/bin配下にある製作途中のプログラムを実行するなら
$ cargo run --release --bin main01 # → src/bin/main1.rsがコンパイル・実行される
$ cargo run --release --bin main01 -- CSVファイル # → src/bin/main1.rsがコンパイル・実行される

# src直下にある完成したプログラムを実行するなら
$ cargo run --release --bin trip-analyzer
$ cargo run --release --bin trip-analyzer -- CSVファイル
```

0 comments on commit 9854607

Please sign in to comment.