Skip to content

Commit 421883c

Browse files
authored
Update README with LiveKit CLI instructions
Added instructions for loading LiveKit environment using CLI.
1 parent b8e14d2 commit 421883c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Step 4: Create a `.env.local` file in the root of the project and add your API k
3131
DEEPGRAM_API_KEY=
3232
```
3333

34+
You can load the LiveKit environment automatically using the [LiveKit CLI](https://docs.livekit.io/home/cli/cli-setup):
35+
36+
```bash
37+
lk cloud auth
38+
lk app env -w -d .env.local
39+
```
40+
3441
Step 5: Run your new agent in the console
3542

3643
```shell

0 commit comments

Comments
 (0)