From 4f1d57545bfbd6527eede273c9b290525555565b Mon Sep 17 00:00:00 2001 From: leifermendez Date: Sat, 24 Aug 2024 20:05:49 +0200 Subject: [PATCH] doc: how update --- src/pages/en/index.mdx | 10 ++++++++++ src/pages/en/uses-cases/index.mdx | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/pages/en/index.mdx b/src/pages/en/index.mdx index 9199cbe..9273d07 100644 --- a/src/pages/en/index.mdx +++ b/src/pages/en/index.mdx @@ -41,6 +41,16 @@ npm create builderbot@latest +
+
+ + --- ## ⚡ Building an AI bot diff --git a/src/pages/en/uses-cases/index.mdx b/src/pages/en/uses-cases/index.mdx index fdd07b2..fbdf016 100644 --- a/src/pages/en/uses-cases/index.mdx +++ b/src/pages/en/uses-cases/index.mdx @@ -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 + + +```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 +``` + + + + --- ## My first bot