From 975f372d67a5242d3c046712d43ec9f61a920009 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 31 Oct 2021 06:11:49 -0700 Subject: [PATCH] tweak instructions to mention Windows Thanks Maikel van de Lisdonk. --- tutorial/index.md | 8 ++++++-- 1 file 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”). 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 “Windows Subsystem for Linux”), the +command for creating `code.img` will be slightly different: ``` ./translate_emulated tutorial/task1.mu