From 83ef5308ad9eb358ee3cf99c38437596d88131b7 Mon Sep 17 00:00:00 2001 From: TheSomeoneXD <31833556+TheSomeoneXD@users.noreply.github.com> Date: Tue, 16 Oct 2018 00:28:47 -0500 Subject: [PATCH] Changed README.md to compile modules dependancies --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8feb66..47c679a 100644 --- a/README.md +++ b/README.md @@ -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. ???