Skip to content

Commit

Permalink
Client install instructions now use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Nov 9, 2023
1 parent 1976080 commit 3040138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/en/install/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import MavenInstallerButton from "@atoms/MavenInstallerButton.astro";

Before getting started, you'll need to make sure you download a copy of the Quilt installer.

The **Universal** download will work on any computer with Java properly installed -- but if you're on Windows, and you'd rather just use the Java installation that comes with Minecraft, then you can use the **Windows** download.
The **Universal** download will work on any computer with Java 17 or later properly installed -- but if you're on Windows, and you'd rather just use the Java installation that comes with Minecraft, then you can use the **Windows** download.

If you're not sure which to pick, just [install Java](https://java.com/en/download) and use the **Universal** download.
If you're not sure which to pick, use the **Universal** download. If you need to update your Java version, we recommend downloading it from [Eclipse Adoptium](https://adoptium.net/temurin/releases/?version=17).

<div class="field is-horizontal">
<InstallerVersion />
Expand Down

1 comment on commit 3040138

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://911d2ead.quiltmc-org.pages.dev

Please sign in to comment.