diff options
author | 2024-06-16 18:52:36 +0200 | |
---|---|---|
committer | 2024-06-16 18:52:36 +0200 | |
commit | 3062f0ae5f5ba97a8ed6f9248ce7077be7baf5f3 (patch) | |
tree | 52f78b4a9295dc431e0c10c1df9fbc19733822d6 | |
parent | Update keycloakify (diff) |
update readme
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ``` |