X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=ef4cf573b1044687919399712c8067c96f5fa704;hb=b2a3f97cd00de629e098a9d9a802cfc2669d8c91;hp=f37102f9b9c693ccb2294aaa846bcdc84a6610d1;hpb=b07102fda0034da5840a9f33bd6d404a195b8cc9;p=guestfs-browser.git diff --git a/README b/README index f37102f..ef4cf57 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-2015 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,9 @@ 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.32 (on stable-1.32 branch) + libguestfs >= 1.31.12 (on development 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.