You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/docs/docs/core/plugins.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ You can create a new ElizaOS plugin using the CLI:
18
18
19
19
```bash
20
20
# Using npm
21
-
npm create eliza@alpha
21
+
npm create eliza@beta
22
22
23
23
# Or using npx
24
-
npx @elizaos/cli create
24
+
npx @elizaos/cli@beta create
25
25
```
26
26
27
27
When prompted, select "Plugin" as the type to create. The CLI will guide you through the setup process, creating a plugin with the proper structure and dependencies.
0 commit comments