From a81375f4a815d5f327d941381f462a57a7a96b61 Mon Sep 17 00:00:00 2001 From: Dmitriy Shilin Date: Wed, 8 Jan 2025 13:43:38 +0100 Subject: [PATCH] doc: update installation instructions --- docs/install/esp32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/esp32.md b/docs/install/esp32.md index 309653e9..3727c203 100644 --- a/docs/install/esp32.md +++ b/docs/install/esp32.md @@ -9,7 +9,7 @@ All components are located in the `components` directory. It's a default directo These components can be manually copied into the project `components` directory, or added as a git submodule: ```bash -git submodule add git@github.com:open-control-systems/control-components.git control-components +git submodule add https://github.com/open-control-systems/control-components.git control-components git submodule update --init --recursive ```