Skip to content

Commit

Permalink
fix: add wihtout dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Aug 5, 2024
1 parent d05dcbb commit 071727e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/en/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ npm create builderbot@latest
```
</CodeGroup>

or you can use the following command to create a bot with the default configuration

<CodeGroup>
```bash {{ title: 'pnpm' }}
pnpm create builderbot@latest --provider=baileys --database=memory --language=ts
```

```bash {{ title: 'npm' }}
npm create builderbot@latest --provider=baileys --database=memory --language=ts
```
</CodeGroup>

Use the space key to select and the enter key to confirm. The CLI performs a preliminary check of the Node and operating system version, informing you if it meets the requirements or providing you with relevant information. In addition to generating a base project for you to simply start up

<video style={{minHeight:'450px'}} className="rounded-2xl bg-zinc-900 w-full shadow-md dark:ring-1 dark:ring-white/10" autoPlay loop muted src="/assets/video-shell-dark.webm"></video>
Expand Down

0 comments on commit 071727e

Please sign in to comment.