From 305141b6c92d0700a8d168ce7ade731db934df50 Mon Sep 17 00:00:00 2001 From: mahesh Date: Mon, 15 Jul 2024 11:08:28 +0530 Subject: [PATCH] doc: added note for use of no-host-tool option in install script --- docs/en/developing.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 937506d0b..b7c794130 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -137,6 +137,11 @@ so if you want to do a shallow clone use the following command: The modules for platform ``linux`` or ``darwin`` are required for the host tools building. +.. note:: + + If you don't want to install host tools (chip-tool, chip-cert etc.) you can use ``./install.sh --no-host-tool``. + + To clone the esp-matter repository with all the submodules, use the following command: ::