From 517c6facd5fa9b17f03ed5b25b1f74e92faa89f5 Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Tue, 18 Apr 2023 18:53:58 +0530 Subject: [PATCH] Documentation: Remove the full clone command in the README The documentation explains about the clone command that pulls in only the required components --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index b814c9895..f6f2b9324 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,6 @@ Espressif's SDK for Matter is the official Matter development framework for ESP32 series SoCs. It is built on top of the [open source Matter SDK](https://github.com/project-chip/connectedhomeip/), and provides simplified APIs, commonly used peripherals, tools and utilities for security, manufacturing and production accompanied by exhaustive documentation. It includes rich production references, aimed to simplify the development process of Matter products and enable the users to go to production in the shortest possible time. -## Get the repository - -Please clone this repository using the below command: - -``` -git clone --recursive https://github.com/espressif/esp-matter.git -``` - -> Note the --recursive option. This is required to pull in the various dependencies into esp-matter. In case you have already cloned the repository without this option, execute this to pull in the submodules: `git submodule update --init --recursive` - - ## Supported ESP-IDF and connectedhomeip versions - This SDK currently works with [commit bc8c9ece1](https://github.com/espressif/connectedhomeip/tree/bc8c9ece1) of connectedhomeip.