Update documents to reflect that they are linux-specific

Closes #45805

Signed-off-by: areevesat <andrew.reeves@angeltrax.com>
This commit is contained in:
areevesat 2026-01-29 08:50:15 -06:00
parent c13a1772f8
commit 2f77fa5037
3 changed files with 7 additions and 0 deletions

View file

@ -46,6 +46,9 @@ Alternatively, you can use the Docker image by running:
For more details refer to the [Keycloak Documentation](https://www.keycloak.org/documentation.html).
Note that shell commands throughout the readmes and documentation are written for Linux.
If running in Windows, use a linux-like shell such as Git Bash.
## Building from Source

View file

@ -1,5 +1,7 @@
## Building from source
Note that the shell commands below are written for Linux. If running in Windows, use a linux-like shell such as Git Bash.
Ensure you have **JDK 17** or **JDK 21** and Git installed
java -version

View file

@ -2,6 +2,8 @@
## Before you start
Note that the shell commands below are written for Linux. If running in Windows, use a linux-like shell such as Git Bash.
This section describes how to run Keycloak in *Quarkus development mode*. Before continuing, make sure you have already followed the main project [build
and prerequisites](https://github.com/keycloak/keycloak/blob/main/docs/building.md) documentation, which explains all required tools (JDK, Maven, etc.).