X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=65f0ebcd7bead0b77213bb4797d5b6aa5142d712;hb=63a55ccde74bd8ec7bac6ef5e4a54f2a803b2024;hp=f37102f9b9c693ccb2294aaa846bcdc84a6610d1;hpb=b07102fda0034da5840a9f33bd6d404a195b8cc9;p=guestfs-browser.git diff --git a/README b/README index f37102f..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,16 +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. +Note these minimum versions of libguestfs: ---write enables writes to the filesystems and is *not* recommended. + 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) ---connect tells the program which libvirt to connect to, and is -required at the moment if you want to use libvirt, because we have not -yet implemented the associated menu options. +Developers/contributors: Please read the "HACKING" file.