Fixes for -safe-string.
[guestfs-browser.git] / README
diff --git a/README b/README
index d7198b9..ef4cf57 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-2015 Red Hat Inc.
 
 To compile from source, install the prerequisites (run the ./configure
 script and it will tell you what's missing).
@@ -10,15 +8,9 @@ script and it will tell you what's missing).
   ./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.
+Note these minimum versions of libguestfs:
 
---connect tells the program which libvirt URI to connect to.
+  libguestfs >= 1.32     (on stable-1.32 branch)
+  libguestfs >= 1.31.12  (on development branch)
 
-Note that libguestfs cannot access remote storage, so accessing a
-remote libvirt URI will usually not work.
+Developers/contributors: Please read the "HACKING" file.