We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bef9b commit 31adb7cCopy full SHA for 31adb7c
1 file changed
README.md
@@ -12,8 +12,9 @@ This template is designed for quick start of C++ project.
12
## Build
13
14
```bash
15
-$ git clone https://github.com/aobolensk/cpp-project-template --recusive
+$ git clone https://github.com/aobolensk/cpp-project-template --recursive
16
$ cd cpp-project-template
17
+$ git submodule update --init --recursive
18
$ cmake -S . -B build
19
$ cmake --build build --parallel
20
```
0 commit comments