From ef2de345130a7c14fa11bb368825a48187b2681b Mon Sep 17 00:00:00 2001 From: wlinator Date: Mon, 2 Sep 2024 16:33:41 -0400 Subject: [PATCH] fix: Remove duplicate section --- CONTRIBUTING.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71ab758..41d572a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,13 +10,7 @@ expand the bot's functionality. Please follow these guidelines when contributing 2. **Clone Your Fork:** Clone your forked repository to your local machine. 3. **Set Up Development Environment:** - - * **Docker:** To run the bot, use this command to run your newly edited code: - - ```bash - docker compose -f docker-compose.dev.yml up --build --watch - ``` - +4. * **Docker:** To run the bot, use this command to run your newly edited code: ```bash