about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
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