From d48dfda85d9e3537f35dd642c0b01be6a24bfa53 Mon Sep 17 00:00:00 2001 From: u9g Date: Tue, 9 Jun 2026 11:21:57 -0400 Subject: [PATCH] docs: use long-form flags in lk app env example (#87) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6a3c0c..bea2f7d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ You can load the LiveKit environment automatically using the [LiveKit CLI](https ```bash lk cloud auth -lk app env -w -d .env.local +lk app env --write --destination .env.local ```