generated from devvyyxyz/retype
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installing packages and module sguide
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <package_name> | ||
``` | ||
|
||
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 | ||
``` | ||
|