Skip to content

Commit 83edce4

Browse files
🐛 fix(getting-started): update pnpm command to use @spraxium/cli instead of deprecated create-* approach
1 parent 028b06f commit 83edce4

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

en/getting-started/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ The fastest way to start is through the official create command, which generates
4343
<CodeTabs>
4444
<Tab label="npm" language="bash">
4545
```
46-
npx spraxium@latest new my-bot
46+
npx @spraxium/cli@latest new my-bot
4747
```
4848
</Tab>
4949
<Tab label='pnpm' language='bash'>
5050
```
51-
pnpm create spraxium@latest my-bot
51+
pnpm dlx @spraxium/cli@latest new my-bot
5252
```
5353
</Tab>
5454
<Tab label='bun' language='bash'>
5555
```
56-
bunx spraxium@latest new my-bot
56+
bunx @spraxium/cli@latest new my-bot
5757
```
5858
</Tab>
5959
</CodeTabs>

es/getting-started/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ La forma más rápida de comenzar es a través del comando oficial de creación,
3535
<CodeTabs>
3636
<Tab label="npm" language="bash">
3737
```
38-
npx spraxium@latest new mi-bot
38+
npx @spraxium/cli@latest new mi-bot
3939
```
4040
</Tab>
4141
<Tab label='pnpm' language='bash'>
4242
```
43-
pnpm create spraxium@latest mi-bot
43+
pnpm dlx @spraxium/cli@latest new mi-bot
4444
```
4545
</Tab>
4646
<Tab label='bun' language='bash'>
4747
```
48-
bunx spraxium@latest new mi-bot
48+
bunx @spraxium/cli@latest new mi-bot
4949
```
5050
</Tab>
5151
</CodeTabs>

pt/getting-started/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ A forma mais rápida de começar é pelo comando oficial de criação, que gera
3535
<CodeTabs>
3636
<Tab label="npm" language="bash">
3737
```
38-
npx spraxium@latest new meu-bot
38+
npx @spraxium/cli@latest new meu-bot
3939
```
4040
</Tab>
4141
<Tab label='pnpm' language='bash'>
4242
```
43-
pnpm create spraxium@latest meu-bot
43+
pnpm dlx @spraxium/cli@latest new meu-bot
4444
```
4545
</Tab>
4646
<Tab label='bun' language='bash'>
4747
```
48-
bunx spraxium@latest new meu-bot
48+
bunx @spraxium/cli@latest new meu-bot
4949
```
5050
</Tab>
5151
</CodeTabs>

0 commit comments

Comments
 (0)