Skip to content

Commit aee263c

Browse files
committed
Fix windows run instructions
Thank you, @stormbrew!
1 parent e4b8707 commit aee263c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Save the file, and then type this into your terminal window:
160160

161161
```{bash}
162162
$ rustc hello_world.rs
163-
$ ./hello_world
163+
$ ./hello_world # just 'hello_world' on Windows
164164
Hello, world
165165
```
166166

0 commit comments

Comments
 (0)