Skip to content

Commit

Permalink
Fix windows run instructions
Browse files Browse the repository at this point in the history
Thank you, @stormbrew!
  • Loading branch information
steveklabnik committed Jun 27, 2014
1 parent e4b8707 commit aee263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Save the file, and then type this into your terminal window:

```{bash}
$ rustc hello_world.rs
$ ./hello_world
$ ./hello_world # just 'hello_world' on Windows
Hello, world
```

Expand Down

0 comments on commit aee263c

Please sign in to comment.