diff --git a/README.md b/README.md index dd762e2..1b742d1 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ This template is designed for quick start of C++ project. ## Build ```bash -$ git clone https://github.com/aobolensk/cpp-project-template --recusive +$ git clone https://github.com/aobolensk/cpp-project-template --recursive $ cd cpp-project-template +$ git submodule update --init --recursive $ cmake -S . -B build $ cmake --build build --parallel ```