Use standard names for the OCaml/Perl/Python/Ruby subpackages.
[libguestfs.git] / README
diff --git a/README b/README
index d717a14..50d2145 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ LVs, what filesystem is in each LV, etc.).  It can also run commands
 in the context of the guest.  Also you can access filesystems over FTP.
 
 Libguestfs is a library that can be linked with C and C++ management
-programs (or management programs written in OCaml, Perl or Python).
+programs (or management programs written in OCaml, Perl, Python or Ruby).
 You can also use it from shell scripts or the command line.
 
 Libguestfs was written by Richard W.M. Jones (rjones@redhat.com).
@@ -30,7 +30,7 @@ Requirements
 
 - recent QEMU with vmchannel support
 
-- febootstrap >= 1.2
+- febootstrap >= 1.5
 
 - XDR, rpcgen
 
@@ -39,6 +39,8 @@ Requirements
 - perldoc (pod2man, pod2text) to generate the manual pages and
 other documentation.
 
+- (Optional) Readline to have nicer command-line editing in guestfish.
+
 - (Optional) OCaml if you want to rebuild the generated files, and
 also to build the OCaml bindings
 
@@ -48,6 +50,8 @@ also to build the OCaml bindings
 
 - (Optional) Python if you want to build the python bindings
 
+- (Optional) Ruby, rake if you want to build the ruby bindings
+
 Running ./configure will check you have all the requirements installed
 on your machine.