diff --git a/README.md b/README.md index 348e59d9d6a..050ffe316b0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![cli-logo](./docs/img/CLI_Logo_small.png) 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. +and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces. [![Test Go status](https://github.com/arduino/arduino-cli/actions/workflows/test-go-task.yml/badge.svg)](https://github.com/arduino/arduino-cli/actions/workflows/test-go-task.yml) [![Test Integration status](https://github.com/arduino/arduino-cli/actions/workflows/test-go-integration-task.yml/badge.svg)](https://github.com/arduino/arduino-cli/actions/workflows/test-go-integration-task.yml) diff --git a/docs/index.md b/docs/index.md index cb7235cd0be..1e85317f7a6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ 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. +and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces. 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.