Skip to content

Commit 3c1ce35

Browse files
committed
Use the latest command to get the submodules during clone
1 parent 8aadceb commit 3c1ce35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ The project makes use of [fmt](https://github.com/fmtlib/fmt) and [Catch2](https
7575
The below is enough to get you started.
7676

7777
```
78-
$ git clone https://github.com/php1ic/inch.git
79-
$ cd inch
80-
$ git submodule init
81-
$ git submodule update --recursive
78+
$ git clone --recursive-submodules https://github.com/php1ic/inch.git
8279
```
8380

8481

0 commit comments

Comments
 (0)