about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-16 08:09:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-16 08:28:56 -0700
commit44d26b77c45668c9b0c99894a4294cec004361fe (patch)
tree68a5dcd4971873efd4ce184e9bf9a531c2161813 /README.md
parentac45f097153afd3a89f43886e4124c5b2c26b98a (diff)
downloadmu-44d26b77c45668c9b0c99894a4294cec004361fe.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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: