From ef31d09717dd5e1f594710313902b73f3acc8250 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Fri, 2 Jul 2021 23:00:38 +0200 Subject: [PATCH] fix error doc --- INSTALL.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 667e004..687e460 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,13 +11,8 @@ To install esp-idf framework, follow the procedure avaiable here: Clone the hackwatch project from github: - cd ~/esp/ - git clone https://github.com/virtualabs/hackwatch - -Install twatch-lib - - cd ~/esp/hackwatch/components - git clone https://github.com/virtualabs/twatch-lib + cd ~/esp/ + git clone --recurse-submodules https://github.com/virtualabs/hackwatch ## Compile