Remove product specific content about Linux only (#26222)

Closes #26220

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-01-22 10:38:07 +01:00 committed by GitHub
parent e4910b350e
commit e6cd9a2987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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+"]
@ -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.