From fed21d8b97715858e8b7b4cf912f844bb1f608f3 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 28 Aug 2017 20:13:48 +0200 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c35cf9e742..15738c32c6 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First clone the Keycloak Documentation repository: To build Keycloak Documentation run: - mvn clean install build + mvn clean install You can then view the documentation by opening target/frames.html or target/index.html. @@ -30,7 +30,7 @@ Keycloak is the basis of [Red Hat Single Sign-On](https://access.redhat.com/prod To build the documentation for RH-SSO run: - mvn clean install build -Dproduct + mvn clean install -Dproduct You can then view the documentation by opening target/frames.html or target/index.html.