diff --git a/docs/manual/install.html b/docs/manual/install.html
index 37a204b99..596b3770b 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -341,6 +341,21 @@ you need jakarta-oro 2.0.1 or later, and commons-net<
the IBM version. I.e. you need BSF 2.3.0-rc1 or later.
http://jakarta.apache.org/bsf/ |
+
+ Groovy jars |
+ Groovy with script and scriptdef tasks
+ You need to get the groovy jar and two asm jars from a groovy
+ installation. The jars are groovy-[version].jar, asm-[vesion].jar and
+ asm-util-[version].jar. As of groovy version 1.0-beta-6, the jars are
+ groovy-1.0-beta-6.jar, asm-1.4.1.jar and asm-util-1.4.3.jar.
+ |
+
+ http://groovy.codehaus.org/
+
+ The asm jars are also available from the creators of asm -
+ http://asm.objectweb.org/
+ |
+
netrexx.jar |
netrexx task, Rexx with the script task |