Clamp progress bar to range 0..1.
[guestfs-browser.git] / README
diff --git a/README b/README
index b21b50d..69d41b1 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,5 @@
->>> This is alpha quality software.  Read 'HACKING' and 'TODO'. <<<
-
 Guest filesystem browser
-Copyright (C) 2010 Red Hat Inc.
+Copyright (C) 2010-2011 Red Hat Inc.
 
 To compile from source, install the prerequisites (run the ./configure
 script and it will tell you what's missing).
@@ -9,19 +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] [--write] --connect qemu:///system
-or:
-  guestfs-browser [--verbose] [--write] disk.img
-
---verbose enables debug level messages and is recommended.
-
---write enables writes to the filesystems and is *not* recommended for
-casual users.
-
---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.