docs: use long-form flags in lk app env example (#87)

This commit is contained in:
u9g
2026-06-09 11:21:57 -04:00
committed by GitHub
parent 7c53a9b613
commit d48dfda85d
+1 -1
View File
@@ -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
```
</details>