about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-02-18 08:58:37 -0800
committerKartik Agaram <vc@akkartik.com>2021-02-18 08:58:37 -0800
commit3b1686b610dad6d5b15cb7a04a4459218aa76dc0 (patch)
tree5e7ef82f8d90ec35f4061ead84a16c6df01bb0fc
parentabb3e174b3f9874f7fea980da9983163749d6ff2 (diff)
downloadmu-3b1686b610dad6d5b15cb7a04a4459218aa76dc0.tar.gz
7756
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 555d2f77..a44bc7cf 100644
--- a/README.md
+++ b/README.md
@@ -70,9 +70,12 @@ ELF binaries that run natively on Linux. The translators for most levels are
 built out of lower levels. The translator from Mu to SubX is written in SubX,
 and the translator from SubX to bare SubX is built in bare SubX.
 
-Mu builds and runs on Linux. It has also been tested on Windows using the
-Windows Subsystem for Linux (WSL2). For Macs and other Unix-like systems use
-the emulator:
+Mu builds and runs on Linux. It has also been tested on Windows 10 using the
+Windows Subsystem for Linux. Since Mu emits 32-bit binaries, it requires
+[installing WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
+which isn't currently pre-installed by default.
+
+For Macs and other Unix-like systems, use the emulator:
 
 ```sh
 $ ./translate_mu_emulated apps/ex2.mu  # ~2 mins to emit a.elf