From a7a7988f9475367594d4d933254f9f8718c35a8d Mon Sep 17 00:00:00 2001 From: JulianKropp <62835694+JulianKropp@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:28:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20submodule=20cloning=20i?= =?UTF-8?q?nstruction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc6fdc..dad2d3f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ If you plan to contribute or customize BBB-Translation-Bot, set up a development 1. **Clone the Repository with Submodules:** ```bash - git clone --recurse-submodules -j8 https://github.com/bigbluebutton-bot/bbb-translation-bot + git clone https://github.com/bigbluebutton-bot/bbb-translation-bot cd bbb-translation-bot ```