From ccff5d61eafa02fed2eeecc649724986078ceef4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 10 Jul 2020 00:47:08 -0700 Subject: [PATCH] Add note that parts of the documentation apply to other Arduino development software People might think that, since the documentation is in the Arduino CLI repo, it only applies to Arduino CLI, but much of it is universal to all of Arduino's development software. --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index d40820b0114..fdab4b844fc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,9 @@ Arduino CLI is an all-in-one solution that provides builder, boards/library manager, uploader, discovery and many other tools needed to use any Arduino compatible board and platforms. +Arduino CLI is the heart of all official Arduino development software (Arduino IDE, Arduino Web Editor, Arduino Pro +IDE), so parts of this documentation apply to those tools as well. + ## Installation You have several options to install the latest version of the Arduino CLI on your system, see the [installation] page.