From 071727eb40631bf4a328e8587be672b23b5ef20e Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 5 Aug 2024 09:49:41 +0200 Subject: [PATCH] fix: add wihtout dynamic --- src/pages/en/quickstart/index.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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