From d99fa366043d28707a6b11af716e189632ba902e Mon Sep 17 00:00:00 2001 From: Jason Lernerman Date: Tue, 9 Jun 2026 11:09:39 -0400 Subject: [PATCH] docs: use long-form flags in lk app env example --- 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 ```