Skip to content

Commit

Permalink
description, naming convention edits
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Sep 6, 2024
1 parent 6177032 commit 93f8a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/self-managed/setup/deploy/local/c8run.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: c8run
title: "Local installation with C8Run"
sidebar_label: "C8Run"
description: "Install Camunda 8 locally via an automated script."
description: "Install and run a local environment of Camunda 8 via a downloadable script."
---

import Tabs from "@theme/Tabs";
Expand Down Expand Up @@ -44,7 +44,7 @@ The following command line arguments are available:
| Argument | Description |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `--config` | Applies the specified Zeebe [`application.yaml`](/self-managed/zeebe-deployment/configuration/configuration.md). _Not available on Windows._ |
| `--detached` | Starts Camunda Run as a detached process. The process is detached by default on Windows. |
| `--detached` | Starts C8Run as a detached process. The process is detached by default on Windows. |

## Access Camunda components

Expand Down

0 comments on commit 93f8a1c

Please sign in to comment.