From c0376e374d6464bbce2f17460113e17e4d38b9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 13 May 2025 17:25:17 +0200 Subject: [PATCH] update cli vars on CLAN_CLI_PERF --- pkgs/clan-app/README.md | 2 +- pkgs/clan-vm-manager/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/clan-app/README.md b/pkgs/clan-app/README.md index c5b484ac4..fce6dd869 100644 --- a/pkgs/clan-app/README.md +++ b/pkgs/clan-app/README.md @@ -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 diff --git a/pkgs/clan-vm-manager/README.md b/pkgs/clan-vm-manager/README.md index 8a31c44eb..0d0d504e5 100644 --- a/pkgs/clan-vm-manager/README.md +++ b/pkgs/clan-vm-manager/README.md @@ -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. \ No newline at end of file +> For simple non-critical errors, toasts can be a good alternative.