about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-24 22:08:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-24 22:08:01 -0800
commit66a74fdb72b12419707850bc05637ba62b2b42b5 (patch)
tree8d1837da8a4a2b293feafcaab367d1aaaaac4a61 /README.md
parentcab68a5cfce9857b650adc03364423204e27827b (diff)
downloadmu-66a74fdb72b12419707850bc05637ba62b2b42b5.tar.gz
more portable
https://stackoverflow.com/questions/1815329/portable-way-to-get-file-size-in-bytes-in-the-shell/1815582#1815582
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2ee0c8c1..f4525f74 100644
--- a/README.md
+++ b/README.md
@@ -103,9 +103,6 @@ For Macs and other Unix-like systems, use the (much slower) emulator:
 ./translate_emulated apps/ex2.mu  # 2-5 minutes to emit code.img
 ```
 
-(Mac OS may require either editing `translate_emulated` or installing GNU
-coreutils. Look in the script if you get an error about `stat`.)
-
 Mu programs can be written for two very different environments:
 
 * At the top-level, Mu programs emit a bootable image that runs without an OS