From 8c8e41bc89233d0616307c7b69ebd367f4771efa Mon Sep 17 00:00:00 2001 From: raphj Date: Mon, 26 Jun 2023 09:59:00 +0200 Subject: [PATCH] Update the git clone with submodule command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 653ef54a..47492b13 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You must have [Node.js 16](https://nodejs.org/) and npm installed. 1. Clone with submodules ```bash -git clone https://github.com/ajayyy/SponsorBlock --recurse-submodules=yes +git clone --recursive https://github.com/ajayyy/SponsorBlock ``` Or if you already cloned it, pull submodules with