diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-10 13:21:52 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-10 13:21:52 -0700 |
commit | b338e82e225cf4022a25d5fded30fc5f89959551 (patch) | |
tree | fc2fc7a354877eae734c007f519da62af0de7179 | |
parent | 3fb900de1317e2cf0a287e5a41d0e343abadc6ce (diff) | |
download | mu-b338e82e225cf4022a25d5fded30fc5f89959551.tar.gz |
6218 - link to Mu's first fork
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md index 857446fb..423381ac 100644 --- a/README.md +++ b/README.md @@ -701,6 +701,15 @@ from a slice: - [“Creating tiny ELF executables”](https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html) by Brian Raiter. - [StoneKnifeForth](https://github.com/kragen/stoneknifeforth) by [Kragen Sitaker](http://canonical.org/~kragen). +## Other forks + +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, so others can +use it. I might even pull your changes into this repo! + +* [mu-normie](https://git.sr.ht/~akkartik/mu-normie): with a more standard + build system and C++ modules. + ## Conclusion The hypothesis of Mu and SubX is that designing the entire system to be |