From 44d26b77c45668c9b0c99894a4294cec004361fe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 16 Jul 2021 08:09:42 -0700 Subject: . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 07fa7f2c..bf8a89d8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Here's the Mu computer running [Conway's Game of Life](https://en.wikipedia.org/ ```sh git clone https://github.com/akkartik/mu cd mu -./translate life.mu # emit a bootable code.img +./translate apps/life.mu # emit a bootable code.img qemu-system-i386 code.img ``` @@ -94,7 +94,7 @@ Mu programs build natively either on Linux or on Windows using [WSL 2](https://d For Macs and other Unix-like systems, use the (much slower) emulator: ```sh -./translate_emulated ex2.mu # ~2 mins to emit code.img +./translate_emulated apps/ex2.mu # ~2 mins to emit code.img ``` Mu programs can be written for two very different environments: -- cgit 1.4.1-2-gfad0