This commit is contained in:
Kartik K. Agaram 2021-03-03 23:29:58 -08:00
parent cd24db08f0
commit baaf53aba4
1 changed files with 2 additions and 0 deletions

View File

@ -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