about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-10-31 06:11:49 -0700
committerKartik Agaram <vc@akkartik.com>2021-10-31 06:11:49 -0700
commit975f372d67a5242d3c046712d43ec9f61a920009 (patch)
tree9aeccfdc71f47e783a3df4c5bc6d3f433f6b29d3
parent2f2871a51f4d0c7a4c0123c05c994cb25b7dcc06 (diff)
downloadmu-975f372d67a5242d3c046712d43ec9f61a920009.tar.gz
tweak instructions to mention Windows
Thanks Maikel van de Lisdonk.
-rw-r--r--tutorial/index.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index 2fcc7c65..463d7abd 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -44,6 +44,10 @@ and help me improve it.
 
 ## Task 1: getting started
 
+Read the first half of [the Readme](https://github.com/akkartik/mu/blob/main/README.md)
+(stop before the section on &ldqu;Syntax&rdquo;). Can you figure out the
+commands to prepare Mu on your computer?
+
 Open a terminal and run the following commands to prepare Mu on your computer:
 
 ```
@@ -58,8 +62,8 @@ Run a small program to start:
 qemu-system-i386 code.img
 ```
 
-If you aren't on Linux, the command for creating `code.img` will be slightly
-different:
+If you aren't on Linux (or &ldquo;Windows Subsystem for Linux&rdquo;), the
+command for creating `code.img` will be slightly different:
 
 ```
 ./translate_emulated tutorial/task1.mu