aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f95d860..73de082 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ If you are only looking to create a theme (and not a theme + an App) there are a
# Quick start
```bash
-yarn
+yarn # install dependencies (it's like npm install)
+
yarn build-keycloak-theme # Build the theme one time (some assets will be copied to
# public/keycloak_static, they are needed to dev your page
# outside of Keycloak)