Ruby bindings.
[libguestfs.git] / README
diff --git a/README b/README
index d717a14..ec05bdd 100644 (file)
--- a/README
+++ b/README
@@ -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.