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)