about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-18 19:33:00 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-18 19:33:00 -0700
commit52564867475f2f7db1d4f115ebd2da87dd1865ac (patch)
tree7c66de18dea995924137515474e16e01c5e02856 /Readme.md
parentf376414dd7f29b82f8a6ad9e8c2efa90d2a81186 (diff)
downloadmu-52564867475f2f7db1d4f115ebd2da87dd1865ac.tar.gz
5519
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
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