Changed README.md to compile modules dependancies

This commit is contained in:
TheSomeoneXD
2018-10-16 00:28:47 -05:00
parent 26dde72834
commit 83ef5308ad

View File

@@ -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.
```bash
cd "SANCTUM" # Navigate to project folder
npm i # For modules dependancies
cd "A.D.A.M." # Choose a bot
npm i
node adam.js
npm i # Install dependancies
node adam.js # Run the bot
```
4. ???