From 77b883bb1ebab429edb8e1f9e54f5c9d2c4ff88f Mon Sep 17 00:00:00 2001 From: Derpy Date: Wed, 1 Aug 2018 15:51:01 +0100 Subject: [PATCH 1/2] make it more simple for non-devs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74428d7..af0d590 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ This repo provides a way to load the Message Bot with a cross-compatible storage format between the Browser Loader and this loader. ### Setup -1. Clone the repo `git clone https://github.com/Blockheads-Messagebot/Console-Loader.git` +1. Install node from +1. Download the repo ![71af3f2c-eb4b-46f9-93f2-01817d659cb1 min](https://user-images.githubusercontent.com/28905212/43529155-8f6120a4-95a2-11e8-85b4-88536ca61185.gif) + or git clone it: `git clone https://github.com/Blockheads-Messagebot/Console-Loader.git` 1. Install dependencies `npm install` (or `yarn install`) 1. Build the code `npm run build` (or `yarn build`) 1. Copy the default config file in `./config` to `./config/config.json` and edit with your info @@ -12,4 +14,6 @@ This repo provides a way to load the Message Bot with a cross-compatible storage ### Custom Extensions -Not yet supported. \ No newline at end of file +Not yet supported. + + From 2847a450a16b21ec942c4bd5d9f94c828f02699c Mon Sep 17 00:00:00 2001 From: Derpy Date: Wed, 1 Aug 2018 15:55:51 +0100 Subject: [PATCH 2/2] mentioned terminal --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af0d590..78e4edd 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This repo provides a way to load the Message Bot with a cross-compatible storage ### Setup 1. Install node from -1. Download the repo ![71af3f2c-eb4b-46f9-93f2-01817d659cb1 min](https://user-images.githubusercontent.com/28905212/43529155-8f6120a4-95a2-11e8-85b4-88536ca61185.gif) +1. Download the repo: ![71af3f2c-eb4b-46f9-93f2-01817d659cb1 min](https://user-images.githubusercontent.com/28905212/43529155-8f6120a4-95a2-11e8-85b4-88536ca61185.gif) or git clone it: `git clone https://github.com/Blockheads-Messagebot/Console-Loader.git` -1. Install dependencies `npm install` (or `yarn install`) -1. Build the code `npm run build` (or `yarn build`) +1. Install dependencies from your terminal: `npm install` (or `yarn install`) +1. Build the code: `npm run build` (or `yarn build`) 1. Copy the default config file in `./config` to `./config/config.json` and edit with your info 1. Run `npm run worlds` or `npm run worlds:mac` to view a list of worlds and world IDs to use in `config.json`. (`yarn worlds`, `yarn worlds:mac`) 1. Start the bot with `npm run cloud` (`yarn cloud`) (mac not yet complete)