From 0dc097c49e2fd94b9dc2d5349b9c9c4c1fca421a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 7 Feb 2026 04:48:07 +0000 Subject: [PATCH] add example x32 .envrc --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d1e03..b259ec2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ xair-cli --host mixer.local --timeout 50ms --help Or you may load them from your environment: -Example .envrc: +Example xair .envrc: ```bash #!/usr/bin/env bash @@ -43,6 +43,17 @@ export XAIR_CLI_TIMEOUT=100ms export XAIR_CLI_LOGLEVEL=warn ``` +Example x32 .envrc: + +```bash +#!/usr/bin/env bash + +export X32_CLI_HOST=x32.local +export X32_CLI_PORT=10023 +export X32_CLI_TIMEOUT=100ms +export X32_CLI_LOGLEVEL=warn +``` + ### Use ```console