From 8effc02b4380edecd7d029827499764c72925009 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 7 Oct 2021 22:56:16 -0700 Subject: [PATCH] [skip changelog] Add note that docs also apply to other Arduino development software People might get the impression that, since the documentation is in the Arduino CLI repo, it only applies to Arduino CLI. However, since Arduino CLI is used in some form in most of Arduino's development tools, much of the information is universal. --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index 1811c2926a4..cb7235cd0be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,9 @@ Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform. +In addition to being a standalone tool, Arduino CLI is the heart of all official Arduino development software (Arduino +IDE, Arduino Web Editor). 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.