X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=README;h=65f0ebcd7bead0b77213bb4797d5b6aa5142d712;hb=43c88e258fcbf22e1c0b2bdb15f6b0ba9f681548;hp=d7198b93dfae07e6be5044f1164df41d108b7d44;hpb=b9e8c84588873568b7fdfaeb9beb85466e84c8fa;p=guestfs-browser.git diff --git a/README b/README index d7198b9..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,15 +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] --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.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.