From ece0053f5a38d9a245bf553d1a1e1f4f3dc09384 Mon Sep 17 00:00:00 2001 From: Henri Woodcock Date: Mon, 28 Jun 2021 09:56:43 +0100 Subject: [PATCH] updated readme --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cce36cd..dcd2003 100644 --- a/README.md +++ b/README.md @@ -217,20 +217,29 @@ building any other Pico application. cd pico-wake-word ``` -2. Make a build directory +2. Initialize the submodules + + ``` + git submodule init + cd lib/pico-sdk + git submodule init + cd ../../ + ``` + +3. Make a build directory ``` mkdir build ``` -3. Generate the Makefiles +4. Generate the Makefiles ``` cd build cmake .. ``` -4. Finally run the Makefile +5. Finally run the Makefile ``` make -j8