From a41eeb8ff63aada2941b1d76db75bd279dd0dc0f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Dec 2025 16:46:56 +0200 Subject: [PATCH] Correct command for cloning and running the web-app branch locally --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d756d62..293324d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This application is used for exporting Yolo V5, V6 and V7 object detection model To run the application locally you need to do these folllowing steps. ### Step 1: Cloning the tools repository and all submodules ``` -git clone --recursive https://github.com/luxonis/tools.git +git clone -b web-app --single-branch --recursive https://github.com/luxonis/tools.git ``` ### Step 2: Updating the `nginx.conf` file