From 0bbfff4382092c0619d8340b36c9383643a3ae27 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Thu, 30 Jun 2022 13:37:26 +0700 Subject: [PATCH] docs(idf.py): clarify clang-tidy setup --- docs/en/api-guides/tools/idf-clang-tidy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/tools/idf-clang-tidy.rst b/docs/en/api-guides/tools/idf-clang-tidy.rst index 254a8c1d10..009e4769e1 100644 --- a/docs/en/api-guides/tools/idf-clang-tidy.rst +++ b/docs/en/api-guides/tools/idf-clang-tidy.rst @@ -27,7 +27,7 @@ If you have never run this tool before, take the following steps to get this too This toolchain is still under development. After the final release, you don't have to install them manually. -#. Get file from the `llvm repository `_ and add the folder of this script to the ``$PATH``. Or you could pass an optional argument ``--run-clang-tidy-py`` later when you call ``idf.py clang-check``. +#. Get file from the `llvm repository `_ and add the folder of this script to the ``$PATH``. Or you could pass an optional argument ``--run-clang-tidy-py`` later when you call ``idf.py clang-check``. Please don't forget to make the script executable. .. note::