diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-18 19:33:00 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-18 19:33:00 -0700 |
commit | 52564867475f2f7db1d4f115ebd2da87dd1865ac (patch) | |
tree | 7c66de18dea995924137515474e16e01c5e02856 | |
parent | f376414dd7f29b82f8a6ad9e8c2efa90d2a81186 (diff) | |
download | mu-52564867475f2f7db1d4f115ebd2da87dd1865ac.tar.gz |
5519
-rw-r--r-- | Readme.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md index c4216627..51600652 100644 --- a/Readme.md +++ b/Readme.md @@ -841,9 +841,11 @@ Mu builds on many ideas that have come before, especially: markup can be clean; - BDD for challenging us all to write tests at a higher level; - JavaScript and CSS for demonstrating the power of a DOM for complex - structured documents. -- Rust for demonstrating that a system-programming language can be safe. -- Forth for demonstrating that ergonomics don't require grammar. + structured documents; +- Rust for demonstrating that a system-programming language can be safe; +- Forth for demonstrating that ergonomics don't require grammar; and +- [Minimal Linux Live](http://minimal.linux-bg.org) for teaching how to create + a bootable disk image. ## Coda |