Dave Jarvis' Repositories

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

Add arch JDK package name

Author DaveJarvis <email>
Date 2020-07-28 13:20:10 GMT-0700
Commit 28fa6f4f2961c93ed67ab5d92c07888f2d85617a
Parent 3ae00f1
Delta 3 lines added, 2 lines removed, 1-line increase
README.md
[OpenJDK](https://bell-sw.com/pages/downloads/#/java-14-current) version 14.0.1 or newer.
-## Java Version
+## Linux Java Version
-Depending on the distribution, Java 14 can be installed using:
+Depending on the Linux distribution, Java 14 can be installed using:
```
sudo apt install openjdk-14-jdk
+sudo pacman -S jdk-openjdk
```