about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index 92e054b55a1..446753a1c9c 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -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
 ```