X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=65f0ebcd7bead0b77213bb4797d5b6aa5142d712;hb=298cc147ee0015df2128f9efe0402004e9820b9c;hp=b21b50d8c51d76d89893b250603e65792ea9e46b;hpb=e2e705307171a21a413f6ea47baf52d2fb44a6b3;p=guestfs-browser.git diff --git a/README b/README index b21b50d..65f0ebc 100644 --- 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). @@ -10,18 +8,10 @@ script and it will tell you what's missing). ./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. +Note these minimum versions of libguestfs: ---connect tells the program which libvirt URI to connect to. + libguestfs >= 1.13.2 (on development branch) + libguestfs >= 1.12.2 (on stable-1.12 branch) + libguestfs >= 1.10.6 (on stable-1.10 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.