From 9b1e4e911146d8d80f87e59b22dce4b2aae9ad0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Frie=C3=9F?= <7404620+jchn-codes@users.noreply.github.com> Date: Wed, 28 Jul 2021 10:26:12 +0200 Subject: [PATCH] add maven to requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c93a624a..708ab8d6 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ Tested with the following Keycloak versions: This tool will be maintained to stay compatible with Keycloak v11 and up, however, the default pages you will get (before you customize it) will always be the ones of Keycloak v11. +Install [Maven](https://maven.apache.org/) which is needed for the theme build process. + This tool assumes you are bundling your app with Webpack (tested with 4.44.2) . It assumes there is a `build/` directory at the root of your react project directory containing a `index.html` file and a `build/static/` directory generated by webpack.