From 0cea9e29223dd496fa7e75faf906150796869b7d Mon Sep 17 00:00:00 2001 From: mikelange49 <34253501+mikelange49@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:39:55 +0200 Subject: [PATCH] README.md: add git submodule update --init --recursive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8731926..c587302 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ To build from scratch, you must have CMake installed. # Clone the repository $ git clone https://github.com/Chowdhury-DSP/PitchShift.git $ cd PitchShift +$ git submodule update --init --recursive # build with CMake $ cmake -Bbuild