tweak instructions to mention Windows

Thanks Maikel van de Lisdonk.
This commit is contained in:
Kartik Agaram 2021-10-31 06:11:49 -07:00
parent 2f2871a51f
commit 975f372d67
1 changed files with 6 additions and 2 deletions

View File

@ -44,6 +44,10 @@ and help me improve it.
## Task 1: getting started ## 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: 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 qemu-system-i386 code.img
``` ```
If you aren't on Linux, the command for creating `code.img` will be slightly If you aren't on Linux (or “Windows Subsystem for Linux”), the
different: command for creating `code.img` will be slightly different:
``` ```
./translate_emulated tutorial/task1.mu ./translate_emulated tutorial/task1.mu