about summary refs log tree commit diff stats
path: root/Readme
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-23 10:03:45 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-23 10:03:45 -0800
commitc1276048e6b0cf0a789c145d65e61e3728fa9649 (patch)
tree08d2519351750a74127f180cd9b57c5ff2afe8a0 /Readme
parentbfeb6d7b416853155d85f8a9841d108d17bdbfad (diff)
downloadmu-c1276048e6b0cf0a789c145d65e61e3728fa9649.tar.gz
309 - publish to github
Also mirror mu.arc.t.html to the gh-pages branch.
Diffstat (limited to 'Readme')
-rw-r--r--Readme17
1 files changed, 15 insertions, 2 deletions
diff --git a/Readme b/Readme
index 167a0cb3..2d6a3f93 100644
--- a/Readme
+++ b/Readme
@@ -1,3 +1,16 @@
+Mu: a world where any manual test can be easily automated
+
+  keyboard input
+  printing to screen
+  disk filling up
+  performance metrics
+  race conditions
+  fault tolerance
+  ...
+
+Collecting all possible scenarios considered will hopefully make the global
+structure of programs more apparent. More details: http://akkartik.github.io/mu
+
 == Taking mu for a spin
 
 Prerequisites: Racket from http://racket-lang.org
@@ -34,5 +47,5 @@ Try running the tests:
   $ ./anark/arc mu.arc.t
   #t  # all tests passed!
 
-Now start reading mu.arc.t. The html rendering mu.arc.t.html might be easier
-to read in your browser.
+Now start reading mu.arc.t. A colorized copy of it is at mu.arc.t.html and
+http://akkartik.github.io/mu.