Skip to content

Commit 1e764a6

Browse files
authored
Update command to create a template and connect to LiveKit Cloud (#30)
1 parent e2859a4 commit 1e764a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First, create a new [Sandbox Token Server](https://cloud.livekit.io/projects/p_m
1515
Then, run the following command to automatically clone this template and connect it to LiveKit Cloud:
1616

1717
```bash
18-
lk app create --template android-voice-assistant --sandbox <token_server_sandbox_id>
18+
lk app create --template android-voice-assistant --sandbox <token_server_sandbox_id> --api-key <your API key> --api-secret <your API secret>
1919
```
2020

2121
Build and run the app in Android Studio.

0 commit comments

Comments
 (0)