about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-03 23:29:58 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-03 23:29:58 -0800
commitbaaf53aba4cd14d73d5d1b6674ac0fb0d464c747 (patch)
treef0a660a88f374185a7b9706d6c0ac0483bf34d4a
parentcd24db08f0e017bd5d2f6066e9e60371a86fa9ad (diff)
downloadmu-baaf53aba4cd14d73d5d1b6674ac0fb0d464c747.tar.gz
7845
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8afba97b..5a792534 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ Mu is not designed to operate in large clusters providing services for
 millions of people. Mu is designed for _you_, to run one computer. (Or a few.)
 Running the code you want to run, and nothing else.
 
+Here's the Mu computer running [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).
+
 ```sh
 $ git clone https://github.com/akkartik/mu
 $ cd mu