update cli vars on CLAN_CLI_PERF
This commit is contained in:
@@ -44,7 +44,7 @@ Appending `--debug` flag enables debug logging printed into the console.
|
||||
To activate profiling you can run
|
||||
|
||||
```bash
|
||||
PERF=1 ./bin/clan-app
|
||||
CLAN_CLI_PERF=1 ./bin/clan-app
|
||||
```
|
||||
|
||||
### Library Components
|
||||
|
||||
@@ -45,7 +45,7 @@ Appending `--debug` flag enables debug logging printed into the console.
|
||||
To activate profiling you can run
|
||||
|
||||
```bash
|
||||
PERF=1 ./bin/clan-vm-manager
|
||||
CLAN_CLI_PERF=1 ./bin/clan-vm-manager
|
||||
```
|
||||
|
||||
### Library Components
|
||||
@@ -91,4 +91,4 @@ Here are some important documentation links related to the Clan VM Manager:
|
||||
|
||||
> Error dialogs should be avoided where possible, since they are disruptive.
|
||||
>
|
||||
> For simple non-critical errors, toasts can be a good alternative.
|
||||
> For simple non-critical errors, toasts can be a good alternative.
|
||||
|
||||
Reference in New Issue
Block a user