Skip to content

Commit 2d4f461

Browse files
committed
docs: simplify description of arduino-app-cli in README.md
1 parent 506c000 commit 2d4f461

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Arduino App CLI
22

3-
`arduino-app-cli` is a command line tool and a service running on Arduino UNO Q boards, that:
4-
5-
- manages and runs Arduino Apps on the board (both Linux and microcontroller parts)
6-
- provides multiple APIs to perform actions and fetch data, used by the front-end (ArduinoAppsLab)
7-
- auto-updates itself and other components
3+
`arduino-app-cli` is a command line tool running on the [Arduino UNO Q](https://docs.arduino.cc/hardware/uno-q/) boards, that manages and runs Arduino Apps (both Linux and microcontroller parts), provides a HTTP daemon mode to expose RestFul APIs, and auto-updates itself and other components.
84

95
[![Test Go status](https://github.com/arduino/arduino-app-cli/actions/workflows/go-test.yml/badge.svg)](https://github.com/arduino/arduino-app-cli/actions/workflows/go-test.yml)
106

0 commit comments

Comments
 (0)