From ea2a3662f71b7b5f047dbbe0816da8f3453651c1 Mon Sep 17 00:00:00 2001 From: Jacek Wieczorek Date: Sat, 7 Aug 2021 14:57:09 +0200 Subject: [PATCH] Add clone command to the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7bfbb8a..49e97a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # ESP-IDF This branch contains an ESP-IDF component. + +You can clone this branch to your components directory with this command: +``` +git clone --single-branch --branch esp-idf https://github.com/Jacajack/liblightmodbus.git +```