about summary refs log tree commit diff stats
path: root/mandelbrot.mu
diff options
context:
space:
mode:
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