From e738b84fd50debcde73d9b9bded3e5af820899b6 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 8 May 2017 15:39:23 +0200 Subject: [PATCH] Fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4454a0fc9..c2efec51d5 100755 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ To start Keycloak during development first build as specified above, then run: mvn -f testsuite/integration/pom.xml exec:java -Pkeycloak-server -To start Keycloak from the appliance distribution first build the distribution it as specified above, then run: +To start Keycloak from the server distribution first build the distribution it as specified above, then run: - tar xfz distribution/appliance-dist/target/keycloak-appliance-dist-all-.tar.gz - cd keycloak-appliance-dist-all-/keycloak + tar xfz distribution/server-dist/target/keycloak-.tar.gz + cd keycloak- bin/standalone.sh To stop the server press `Ctrl + C`.