diff options
| author | Kartik K. Agaram <vc@akkartik.com> | 2026-04-01 19:16:37 -0700 |
|---|---|---|
| committer | Kartik K. Agaram <vc@akkartik.com> | 2026-04-01 19:16:37 -0700 |
| commit | 28131f8afed470415f2b786e0ca943fe398b5a43 (patch) | |
| tree | 02ecbf3fc819637e3427f857df4ddb5391c7440c | |
| parent | ee23546ea57b61665c653b2d19194f7c85e847ec (diff) | |
| download | mu-main.tar.gz | |
switch primary mirrormain
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ 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 +git clone https://git.sr.ht/~akkartik/mu cd mu ./translate apps/life.mu # emit a bootable code.img qemu-system-i386 code.img @@ -187,12 +187,12 @@ More resources on SubX: ## Mirrors and Forks Updates to Mu can be downloaded from the following mirrors: +* https://git.sr.ht/~akkartik/mu * https://github.com/akkartik/mu * https://repo.or.cz/mu.git * https://codeberg.org/akkartik/mu * https://tildegit.org/akkartik/mu * https://git.tilde.institute/akkartik/mu -* https://git.sr.ht/~akkartik/mu Forks of Mu are encouraged. If you don't like something about this repo, feel free to make a fork. If you show it to me, I'll link to it here. I might even |