mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-03 20:39:33 -05:00
Update documents to reflect that they are linux-specific
Closes #45805 Signed-off-by: areevesat <andrew.reeves@angeltrax.com>
This commit is contained in:
parent
c13a1772f8
commit
2f77fa5037
3 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue