Version 0.1.2.
[guestfs-browser.git] / README
diff --git a/README b/README
index d7198b9..4b8ffef 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
->>> This is alpha quality software.  Read 'HACKING' and 'TODO'. <<<
-
 Guest filesystem browser
 Copyright (C) 2010 Red Hat Inc.
 
@@ -9,16 +7,3 @@ script and it will tell you what's missing).
   autoreconf -i      # if using the git version
   ./configure
   make
-
-We strongly suggest you run the program like this:
-
-  guestfs-browser [--verbose] --connect qemu:///system
-or:
-  guestfs-browser [--verbose] disk.img
-
---verbose enables debug level messages and is recommended.
-
---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.