about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
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.
 
 ---