From b429ed13838b07b61b91a559f7f34106976ffc24 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 16 Jun 2024 18:52:15 +0200 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b07df9..b0158bf 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ yarn install # Building the theme +You need to have Maven installed to build the theme (The `mvn` command must be in the PATH). +- On macOS: `brew install maven` +- On Debian/Ubuntu: `sudo apt-get install maven` +- On Windows: `choco install openjdk` and `choco install maven` (Or download from [here](https://maven.apache.org/download.cgi)) + ```bash npm run build-keycloak-theme ```