Update README.md

This commit is contained in:
TheSomeoneXD
2018-10-20 01:12:09 -05:00
committed by GitHub
parent 95c4508587
commit dfc4713fa4

View File

@@ -25,15 +25,15 @@ You will need:
Make sure you save it, and also don't push any of your tokens here! If you do though, consider them compromised and then reset them. On Windows, you must give the .env file a name, but you can circumvent it by using a program like [VS Code](https://code.visualstudio.com/) to rename files!
3. Navigate via command-line to a bot's folder, install dependancies, and run it!
3. Navigate via command-line to a bot's folder, install dependencies, and run it!
Make sure you're in the project folder!
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
npm i # For modules dependencies
cd "A.D.A.M." # Choose a bot
npm i # Install dependancies
npm i # Install dependencies
node adam.js # Run the bot
```