diff options
-rw-r--r-- | Readme.md | 2 |
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 |