Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Update JDK version in requirements

AuthorDaveJarvis <email>
Date2023-05-03 22:39:06 GMT-0700
Commitc6219fdd6fa7330e3068d5495b3b77ce85d87c6e
Parent68f9bdc
Delta2 lines added, 2 lines removed
README.md
On other platforms, such as MacOS, start the application as follows:
-1. Download the *Full version* of the Java Runtime Environment, [JRE 19](https://bell-sw.com/pages/downloads).
+1. Download the *Full version* of the Java Runtime Environment, [JRE 20](https://bell-sw.com/pages/downloads).
1. Install the JRE (include JRE's `bin` directory in the `PATH` environment variable).
1. Open a new terminal.
README.zh-CN.md
### Other
-Download and install a full version of [OpenJDK 19](https://bell-sw.com/pages/downloads) that includes JavaFX module support, then run:
+Download and install a full version of [OpenJDK 20](https://bell-sw.com/pages/downloads) that includes JavaFX module support, then run:
``` bash