diff --git a/README.md b/README.md index 74428d7..78e4edd 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,17 @@ 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 dependencies `npm install` (or `yarn install`) -1. Build the code `npm run build` (or `yarn build`) +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 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) ### Custom Extensions -Not yet supported. \ No newline at end of file +Not yet supported. + +