Skip to content

Commit cd09c7e

Browse files
authored
Merge pull request #83 from elizaOS/fix/cli-install-command
docs: update CLI installation command to use scoped package name
2 parents 1b4d667 + 285b902 commit cd09c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: 'Build autonomous AI agents with the most popular agentic framework
1717
Three commands. That's all it takes.
1818

1919
```bash
20-
bun i -g elizaos # Install the CLI
20+
bun i -g @elizaos/cli # Install the CLI
2121
elizaos create # Create your project
2222
elizaos start # Your agent is live
2323
```

0 commit comments

Comments
 (0)