Skip to content

Commit

Permalink
docs: update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Nov 15, 2024
1 parent 653a26c commit 34826d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ comments: true
Starting an Allay server would be very easy! The following guide will help you to
install and run your first Allay server.

## Install Java 21
## Install Java

Allay is written and running in java 21, so you need to install java 21.
There are several version of java, and we recommend you to use [GraalVM](https://www.graalvm.org/) for the best performance,
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/create-your-first-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ such as Java, JavaScript, Scala and Kotlin. In this section, we will guide you t
To develop your first plugin, you will have to install the following prerequisites:

- [JetBrains IDEA](https://www.jetbrains.com/idea/)
- [JDK 21](../getting-started/installation.md#install-java-21)
- [JDK 21](../getting-started/installation.md#install-java)
- [Allay](../getting-started/installation.md#download-allay)

## Creating a New Project
Expand Down

0 comments on commit 34826d2

Please sign in to comment.