From bb873608d22c44e52d3917a20eaf8d85732ac8fc Mon Sep 17 00:00:00 2001 From: DevvyyXYZ Date: Tue, 29 Oct 2024 22:08:56 +0000 Subject: [PATCH] installing packages and module sguide --- Advanced/InstallingModulesPackages.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Advanced/InstallingModulesPackages.md diff --git a/Advanced/InstallingModulesPackages.md b/Advanced/InstallingModulesPackages.md new file mode 100644 index 0000000..d238b13 --- /dev/null +++ b/Advanced/InstallingModulesPackages.md @@ -0,0 +1,28 @@ +--- +icon: home +label: Installing Packages & Modules +description: How to install packages and modules into BMD +layout: defualt + +categories: [advanced] +tags: [guide, advanced, installation, packages, modules] + +expanded: true +visibility: public +templating: false +--- + +## Installing Packages in BMD + +To install packages in Bot Maker For Discord, use the following command in your terminal: + +```bash +pnpm i +``` + +Make sure to navigate to the BMD installation directory before running the command. By default, BMD is installed here: + +```plaintext +C:\Program Files (x86)\Steam\steamapps\common\Bot Maker For Discord +``` +