about summary refs log tree commit diff stats
path: root/mandelbrot.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-09 08:39:30 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-09 08:39:30 -0700
commit0bcdd074a87bc950b8c8692fc234aaab96bdaeec (patch)
tree63b91cde4121005f7710d05ed8132448ddc3dd49 /mandelbrot.mu
parent2e6065717d6297072ac23023583c218246ac7916 (diff)
downloadmu-0bcdd074a87bc950b8c8692fc234aaab96bdaeec.tar.gz
.
Diffstat (limited to 'mandelbrot.mu')
-rw-r--r--mandelbrot.mu7
1 files changed, 6 insertions, 1 deletions
diff --git a/mandelbrot.mu b/mandelbrot.mu
index 84310a0d..01b86f2a 100644
--- a/mandelbrot.mu
+++ b/mandelbrot.mu
@@ -1,7 +1,12 @@
 # Mandelbrot set
 #
-# To build:
+# Install:
+#   $ git clone https://github.com/akkartik/mu
+#   $ cd mu
+# Build on Linux:
 #   $ ./translate mandelbrot.mu
+# Build on other platforms (slow):
+#   $ ./translate_emulated mandelbrot.mu
 # To run:
 #   $ qemu-system-i386 code.img