about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-01-14 08:49:46 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-01-14 08:49:46 -0800
commit131b5a5652f8152562ad18a411e54d70a2ad4baa (patch)
tree639ff45c9807e5bf98ef25f48271477293287a47
parent9cbaad0811705db52a93abf7cec26deabe164b29 (diff)
downloadmu-131b5a5652f8152562ad18a411e54d70a2ad4baa.tar.gz
acknowledge current status
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index 678de4dc..f4525f74 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,10 @@ their own. I want to encourage a style of active and interactive reading with
 Mu. If something doesn't make sense, try changing it and see what tests break.
 Any breaking change should cause a failure in some well-named test somewhere.
 
-Currently Mu requires a 32-bit x86 processor. It supports a short list of
-generic hardware, and can't do networking yet.
+Mu requires a 32-bit x86 processor. It supports a short list of generic
+hardware. There's no networking support yet. Development has slowed, but I
+still care about it. Feedback, bug reports and other forms of contribution
+continue to be appreciated.
 
 ## Goals
 
@@ -177,7 +179,15 @@ More resources on SubX:
 
 * [Some tips for debugging SubX programs.](linux/subx_debugging.md)
 
-## Forks
+## Mirrors and Forks
+
+As of 2022-01, updates to Mu can be downloaded from the following mirrors:
+* 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