Skip to content

Commit 31adb7c

Browse files
authored
Update build guide (#28)
- Mention running `git submodule update --init --recursive` in README - Fix typo in clone command
1 parent 33bef9b commit 31adb7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ This template is designed for quick start of C++ project.
1212
## Build
1313

1414
```bash
15-
$ git clone https://github.com/aobolensk/cpp-project-template --recusive
15+
$ git clone https://github.com/aobolensk/cpp-project-template --recursive
1616
$ cd cpp-project-template
17+
$ git submodule update --init --recursive
1718
$ cmake -S . -B build
1819
$ cmake --build build --parallel
1920
```

0 commit comments

Comments
 (0)