Version 0.0.2
[guestfs-browser.git] / README
diff --git a/README b/README
index f37102f..b21b50d 100644 (file)
--- a/README
+++ b/README
@@ -12,14 +12,16 @@ script and it will tell you what's missing).
 
 We strongly suggest you run the program like this:
 
-  ./guestfs-browser [--verbose] [--write] --connect qemu:///system
+  guestfs-browser [--verbose] [--write] --connect qemu:///system
 or:
-  ./guestfs-browser [--verbose] [--write] disk.img
+  guestfs-browser [--verbose] [--write] disk.img
 
 --verbose enables debug level messages and is recommended.
 
---write enables writes to the filesystems and is *not* recommended.
+--write enables writes to the filesystems and is *not* recommended for
+casual users.
 
---connect tells the program which libvirt to connect to, and is
-required at the moment if you want to use libvirt, because we have not
-yet implemented the associated menu options.
+--connect tells the program which libvirt URI to connect to.
+
+Note that libguestfs cannot access remote storage, so accessing a
+remote libvirt URI will usually not work.