diff --git a/README.md b/README.md index 36dba630..9c5b4e14 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,11 @@ # MythicPlusDiscordBot 💎 -### [ 🚀 Launch App ](https://tytaniumdev.github.io/MythicPlusDiscordBot/) | [ 📖 Documentation ](#documentation-map) | [ 🐞 Report Bug ](https://github.com/tytaniumdev/MythicPlusDiscordBot/issues/new?template=bug_report.md) - -
- [![Build Status](https://github.com/tytaniumdev/MythicPlusDiscordBot/actions/workflows/deploy.yml/badge.svg)](https://github.com/tytaniumdev/MythicPlusDiscordBot/actions) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +[ 🚀 Launch App ](https://tytaniumdev.github.io/MythicPlusDiscordBot/) | [ 📖 Documentation ](#documentation-map) | [ 🐞 Report Bug ](https://github.com/tytaniumdev/MythicPlusDiscordBot/issues/new?template=bug_report.md) + > **The "Front Door" for your guild's Mythic+ groups.** @@ -33,14 +31,14 @@ Get up and running in less than 5 minutes. 2. **Install Dependencies** This project uses `npm` workspaces. ```bash - npm ci + ./setup.sh ``` 3. **Configure Environment** - Create a `.env` file in the `packages/bot` directory (or the root directory): + Create a `.env` file in the `packages/bot` directory: ```bash - echo "BOT_TOKEN=your_token_here" > .env - echo "DISCORD_APPLICATION_ID=your_app_id" >> .env + echo "BOT_TOKEN=your_token_here" > packages/bot/.env + echo "DISCORD_APPLICATION_ID=your_app_id" >> packages/bot/.env ``` 4. **Run the Bot**