Skip to content

Commit e19882e

Browse files
jmblogtatsuya6502
andauthored
Update src/ch01-03-hello-cargo.md
Co-authored-by: Tatsuya Kawano <tatsuya@hibaridb.org>
1 parent 4654ae8 commit e19882e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ch01-03-hello-cargo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ directory. You can run the executable with this command:
266266
以下のコマンドで実行ファイルを実行できます。
267267

268268
```console
269-
$ ./target/debug/hello_cargo # Windowsでは .\target\debug\hello_cargo.exe
269+
$ ./target/debug/hello_cargo # or .\target\debug\hello_cargo.exe on Windows
270+
$ # Windowsでは .\target\debug\hello_cargo.exe
270271
Hello, world!
271272
```
272273

0 commit comments

Comments
 (0)