Skip to content

Commit

Permalink
feat(modeler): clarify search path on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jun 7, 2024
1 parent 2f15a23 commit 6a6d5c0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,18 @@ Resources in the user data directory will be found by all Camunda Modeler instan
└── index.js
```

### Example (MacOS)

```
└── Library
└── Application Support
└── camunda-modeler
└── resources
├── element-templates
| └── my-element-templates.json
└── plugins
└── my-plugin
└── index.js
```

It is possible to change the user data directory using the `--user-data-dir` option via when starting Camunda Modeler from the command line. Refer to the [flags documentation](../flags) on how to configure the application with a flags file.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,18 @@ Resources in the user data directory will be found by all Camunda Modeler instan
└── index.js
```

### Example (MacOS)

```
└── Library
└── Application Support
└── camunda-modeler
└── resources
├── element-templates
| └── my-element-templates.json
└── plugins
└── my-plugin
└── index.js
```

It is possible to change the user data directory using the `--user-data-dir` option via when starting Camunda Modeler from the command line. Refer to the [flags documentation](../flags) on how to configure the application with a flags file.

0 comments on commit 6a6d5c0

Please sign in to comment.