From 44b4b6fd59be53b12db257dac407115832772981 Mon Sep 17 00:00:00 2001 From: Jakob K Date: Sat, 3 Jul 2021 21:31:24 +0200 Subject: [PATCH] Add scoop to the suggested Java installation methods --- guide/docs/setup/{ => beginners}/project.md | 1 + 1 file changed, 1 insertion(+) rename guide/docs/setup/{ => beginners}/project.md (92%) diff --git a/guide/docs/setup/project.md b/guide/docs/setup/beginners/project.md similarity index 92% rename from guide/docs/setup/project.md rename to guide/docs/setup/beginners/project.md index cec8396a..e75e648b 100644 --- a/guide/docs/setup/project.md +++ b/guide/docs/setup/beginners/project.md @@ -7,6 +7,7 @@ You will need to have the JDK (Java Development Kit) installed. If you do not already have a JDK installed, you have several options: - [Windows](https://adoptopenjdk.net/) + - or using [Scoop](https://scoop.sh/) you can do [this](https://github.com/lukesampson/scoop/wiki/Java) - Arch `pacman -S jdk-openjdk` (refer to the [archwiki](https://wiki.archlinux.org/index.php/Java#OpenJDK) for other versions) - Debian `apt install default-jdk` (refer to the [Debian Wiki](https://wiki.debian.org/Java/) for other versions)