Skip to content

Commit

Permalink
Remove product specific content about Linux only (keycloak#26222)
Browse files Browse the repository at this point in the history
Closes keycloak#26220

Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 authored Jan 22, 2024
1 parent e4910b3 commit e6cd9a2
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<#import "/templates/profile.adoc" as profile>

== Start {project_name}

. From a terminal, open the `{archivebasename}-{version}` directory.
. Enter the following command:
<@profile.ifProduct>
+
[source,bash,subs="attributes+"]
----
bin/kc.sh start-dev
----
</@profile.ifProduct>

<@profile.ifCommunity>
* On Linux, run:
+
[source,bash,subs="attributes+"]
Expand All @@ -26,7 +16,6 @@ bin/kc.sh start-dev
----
bin\kc.bat start-dev
----
</@profile.ifCommunity>
Using the `start-dev` option, you are starting {project_name} development mode. In this mode, you can try out {project_name} for the first time to get it up and running quickly. This mode offers convenient defaults for developers, such as for developing a new {project_name} theme.
Using the `start-dev` option, you are starting {project_name} in development mode. In this mode, you can try out {project_name} for the first time to get it up and running quickly. This mode offers convenient defaults for developers, such as for developing a new {project_name} theme.

0 comments on commit e6cd9a2

Please sign in to comment.