diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-10-31 14:13:00 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-10-31 14:13:00 -0700 |
commit | ad2dd26ed49a5eb721773b376c3f28d1c8dcfcc9 (patch) | |
tree | c4f149b82aafa9ad7b10065cc6d8140eb021e85d /tutorial | |
parent | 5b0bb2aeb20bfc683fac0f38822908ad0276e038 (diff) | |
download | mu-ad2dd26ed49a5eb721773b376c3f28d1c8dcfcc9.tar.gz |
.
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/index.md b/tutorial/index.md index 3518f566..29f517b6 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -62,8 +62,8 @@ Run a small program to start: qemu-system-i386 code.img ``` -If you aren't on Linux (or “Windows Subsystem for 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 |