From f3c9eaf0b77d29befe13060da9db18fa7bb382ad Mon Sep 17 00:00:00 2001 From: Bruno Perel Date: Tue, 31 Dec 2024 19:16:12 +0100 Subject: [PATCH] Remove mention of submodules in README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 95b06df2e..45acd284c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,3 @@ Related projects : - [Node.js](https://nodejs.org/en/) 16 - [Docker](https://www.docker.com/) - Some Unix or WSL2 environment - -Make sure that your local repository automatically pulls submodules: - -```bash -git config --global submodule.recurse true -```