diff --git a/src/pages/en/quickstart/index.mdx b/src/pages/en/quickstart/index.mdx index 219466d..1dd4725 100644 --- a/src/pages/en/quickstart/index.mdx +++ b/src/pages/en/quickstart/index.mdx @@ -21,6 +21,18 @@ npm create builderbot@latest ``` +or you can use the following command to create a bot with the default configuration + + +```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 +``` + + 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