mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 10:34:26 +11:00
Changed README.md to compile modules dependancies
This commit is contained in:
@@ -31,9 +31,10 @@ You will need:
|
|||||||
On Windows, you can hold Shift and Right Click the folder to get the option of a command prompt, inside that folder.
|
On Windows, you can hold Shift and Right Click the folder to get the option of a command prompt, inside that folder.
|
||||||
```bash
|
```bash
|
||||||
cd "SANCTUM" # Navigate to project folder
|
cd "SANCTUM" # Navigate to project folder
|
||||||
|
npm i # For modules dependancies
|
||||||
cd "A.D.A.M." # Choose a bot
|
cd "A.D.A.M." # Choose a bot
|
||||||
npm i
|
npm i # Install dependancies
|
||||||
node adam.js
|
node adam.js # Run the bot
|
||||||
```
|
```
|
||||||
|
|
||||||
4. ???
|
4. ???
|
||||||
|
|||||||
Reference in New Issue
Block a user