about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-13 14:40:02 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-13 14:40:02 -0700
commit6a51218e12ce75e51301b834e1c48e86aefedc1e (patch)
tree5f5fdcbedb0a4ea7aa10113a08bd512ec0d8c0bf /Readme.md
parent3c1bc4fcb4f7be0f668b6e41f804adac15f6662e (diff)
downloadmu-6a51218e12ce75e51301b834e1c48e86aefedc1e.tar.gz
5697
Feedback at https://news.ycombinator.com/item?id=21242190#21242784
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 00266dcf..98aaf267 100644
--- a/Readme.md
+++ b/Readme.md
@@ -9,7 +9,7 @@ to run, and nothing else.
   ```sh
   $ git clone https://github.com/akkartik/mu
   $ cd mu
-  # package up a "hello world" binary and Soso kernel into mu_soso.iso
+  # package up a "hello world" program with a third-party kernel into mu_soso.iso
   # requires sudo
   $ ./gen_soso_iso init.soso examples/ex6.subx
   # try it out