diff --git a/README.md b/README.md
index 705033ff..2557fcd2 100644
--- a/README.md
+++ b/README.md
@@ -807,6 +807,21 @@ Now run your commands as usual.
- The toolkit uses JDK 21 features; so you'll need the appropriate JDK set up.
- The Che4z COBOL support repository requires Java 8 for building as well.
+Alternatively, you can update all occurrences of the following:
+```
+8
+8
+```
+
+to
+
+```
+21
+21
+```
+
+I have intentionally not updated the JDK version in Che4z to minimise changes in that submodule.
+
After cloning the repository, initialise submodules using:
```