From 877930730e61c2678facd69045f94c1128bba8ab Mon Sep 17 00:00:00 2001 From: chana Date: Wed, 4 Mar 2026 11:32:18 -0800 Subject: [PATCH] lk init --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc5da2d..49fc289 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,16 @@ The project includes a complete [AGENTS.md](AGENTS.md) file for these assistants ## Dev Setup -This project uses [pnpm](https://pnpm.io/) as the package manager. +Create a project from this template with the LiveKit CLI (recommended): -Clone the repository and install dependencies: +```bash +lk cloud auth +lk agent init my-agent --template agent-starter-node +``` + +The CLI clones the template and configures your environment. Then follow the rest of this guide from [Run the agent](#run-the-agent). + +Alternatively, clone the repository and install dependencies. This project uses [pnpm](https://pnpm.io/) as the package manager: ```console cd agent-starter-node