diff --git a/downloads/index.html b/downloads/index.html
index 70de58b..7e4d400 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -31,10 +31,12 @@
Installing OpenJML (Command Line Tool)
- openjml -- the javac-like tool that does (static) deductive verification,
compiles a Java program with runtime assertion checks, and other functions.
-
- openjml-java -- a build of Java (java-21-ga as of 2023) but with JML libraries included
+
- openjml-java -- a build of Java (java-21-ga as of 2023) but with JML libraries included, helful for running RAC-compiled Java programs
- jmlruntime.jar -- the JML runtime files needed when executing Java files with runtime checks compiled in
- OpenJMLUserGuide.pdf -- a copy of the reference manual for the OpenJML tool
- JML_Reference_Manual.pdf -- a copy of the JML (language) reference manual
+
- openjml-compile -- this script compiles a Java program that uses openjml capabilities programmatically
+
- openjml-run -- this script runs a program compiled by openjml-compile
Current versions of the pdf file are also available from this web site.