Skip to content

Commit

Permalink
Merge pull request #120 from codigoencasa/docs/quick
Browse files Browse the repository at this point in the history
fix: add wihtout dynamic
  • Loading branch information
leifermendez authored Aug 5, 2024
2 parents d05dcbb + 071727e commit a838ca2
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 a838ca2

Please sign in to comment.