mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-12 18:04:20 +01:00
Merge pull request #1786 from raphj/patch-1
Update the git clone with submodule command in README
This commit is contained in:
commit
e2a01bb744
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ You must have [Node.js 16](https://nodejs.org/) and npm installed.
|
||||||
1. Clone with submodules
|
1. Clone with submodules
|
||||||
|
|
||||||
```bash
|
```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
|
Or if you already cloned it, pull submodules with
|
||||||
|
|
Loading…
Reference in a new issue