about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-28 00:34:38 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-28 00:34:38 -0700
commit35a5eeaec2ea352dff377c1cc56f6921d2be1667 (patch)
treee1abf215a2d4a0ed76724dd081d1e2ac04a7d20f /Readme.md
parentf470eca4ee9455cbefadb90af876acae62607257 (diff)
downloadmu-35a5eeaec2ea352dff377c1cc56f6921d2be1667.tar.gz
5694
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index d4eefbcd..00266dcf 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,6 +10,7 @@ to run, and nothing else.
   $ git clone https://github.com/akkartik/mu
   $ cd mu
   # package up a "hello world" binary and Soso kernel into mu_soso.iso
+  # requires sudo
   $ ./gen_soso_iso init.soso examples/ex6.subx
   # try it out
   $ qemu-system-i386 -cdrom mu_soso.iso
@@ -137,7 +138,7 @@ Or, running in a VM on other platforms:
 
 As described at the start, you can package up SubX binaries with the minimal
 hobbyist OS [Soso](https://github.com/ozkl/soso) and run them on Qemu.
-(Requires graphics. Currently doesn't work on a cloud server.)
+(Requires graphics and sudo access. Currently doesn't work on a cloud server.)
 
   ```sh
   $ ./gen_soso_iso init.soso examples/ex6.subx