about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-02-18 00:14:39 -0800
committerKartik Agaram <vc@akkartik.com>2021-02-18 00:15:51 -0800
commitabb3e174b3f9874f7fea980da9983163749d6ff2 (patch)
treef74005c76af626edcbd545c73e2aad6662651f84 /README.md
parent517a01c95a62a8d6227357d514dc9fff83388153 (diff)
downloadmu-abb3e174b3f9874f7fea980da9983163749d6ff2.tar.gz
7755
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52f3330e..555d2f77 100644
--- a/README.md
+++ b/README.md
@@ -97,9 +97,9 @@ $ ./translate_mu_baremetal baremetal/ex2.mu  # emit disk.img
 $ qemu-system-i386 disk.img
 ```
 
-Again, this can run under emulation in non-Linux Unix systems. On Windows the
-first command works on WSL2. For the second command you need to download Qemu
-for Windows (https://www.qemu.org/download/#windows)
+On other Unix systems, translate Mu sources in emulated mode. On Windows,
+perform the translation in WSL2 and then run [Qemu for
+Windows](https://www.qemu.org/download/#windows) outside WSL2.
 
 ---