From 285b9022242fccdd3650322a187e70d377745380 Mon Sep 17 00:00:00 2001 From: standujar Date: Sun, 25 Jan 2026 15:08:03 +0100 Subject: [PATCH] docs: update CLI installation command to use scoped package name --- index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdx b/index.mdx index de55304..aee2156 100644 --- a/index.mdx +++ b/index.mdx @@ -17,7 +17,7 @@ description: 'Build autonomous AI agents with the most popular agentic framework Three commands. That's all it takes. ```bash -bun i -g elizaos # Install the CLI +bun i -g @elizaos/cli # Install the CLI elizaos create # Create your project elizaos start # Your agent is live ```