Skip to content

Commit

Permalink
docs: correct askui to askui-shell for terminal command
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDienst-askui committed Feb 21, 2024
1 parent b62960f commit 650a3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/general/02-Components/AskUI-Controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The AskUI Controller only works on __Windows__ and you have to __disable mouse a
:::

## Start Over Terminal (AskUI Development Environment)
First switch into the [AskUI Development Environment (ADE)](AskUI-Development-Environment.md) by executing the command `askui` in a terminal. The `AskUI-StartController` command is used to launch the **AskUI Controller**.
First switch into the [AskUI Development Environment (ADE)](AskUI-Development-Environment.md) by executing the command `askui-shell` in a terminal. The `AskUI-StartController` command is used to launch the **AskUI Controller**.

You have several configuration options, which you can find [here](AskUI-Development-Environment.md#askui-controller-management).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to execute your workflows defined in __AskUI Studio__ in your own en

### Requirements
* Install the **AskUI Controller** with the [AskUI Installer](../01-Getting%20Started/Installing%20AskUI/getting-started.md) first.
* Then switch into the [AskUI Development Environment (ADE)](AskUI-Development-Environment.md) by executing the command `askui` in CMD.
* Then switch into the [AskUI Development Environment (ADE)](AskUI-Development-Environment.md) by executing the command `askui-shell` in CMD.

### `AskUI-StartRunner` Command
The `AskUI-StartRunner` command starts the AskUI Runner. This function accepts the following parameters:
Expand Down

0 comments on commit 650a3c2

Please sign in to comment.