From dfc4713fa438ea82d5e0a214c7ab777b766d2a69 Mon Sep 17 00:00:00 2001 From: TheSomeoneXD <31833556+TheSomeoneXD@users.noreply.github.com> Date: Sat, 20 Oct 2018 01:12:09 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9c7d11..992763d 100644 --- a/README.md +++ b/README.md @@ -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 ```