Skip to content

Commit

Permalink
Merge pull request #128 from codigoencasa/master
Browse files Browse the repository at this point in the history
doc: how update
  • Loading branch information
leifermendez authored Aug 24, 2024
2 parents f835e04 + 4f1d575 commit efac849
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ npm create builderbot@latest
</div>


<div className="not-prose aling-block">
<Button
href="/quickstart#install"
variant="text"
arrow="right"
children="Installation and requirements"
/>
</div>


---

## ⚡ Building an AI bot
Expand Down
20 changes: 20 additions & 0 deletions src/pages/en/uses-cases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ export const description =

Below you will find different examples showing the implementation in different use cases. These examples have been compiled based on the community, feel free to post an example that you like or that you think would be useful for new people.

---

## How to Update to the Latest Version

To ensure you're using the most up-to-date features and bug fixes, it's important to keep your BuilderBot installation current. Follow the steps below to update to the latest version.
To keep your project up to date, make sure to run the command to update the core and the corresponding provider

<CodeGroup>
```bash {{ title: 'core' }}
pnpm install @builderbot/bot@latest
pnpm install @builderbot/provider-baileys@latest
pnpm install @builderbot/provider-wppconnect@latest
pnpm install @builderbot/provider-venom@latest
pnpm install @builderbot/provider-meta@latest
pnpm install @builderbot/provider-twilio@latest
```

</CodeGroup>


---

## My first bot
Expand Down

0 comments on commit efac849

Please sign in to comment.