Skip to content

Commit 3f024b0

Browse files
authored
Update README with instructions about dependency from 'arduino-cli' (#137)
* Update README with instructions about the dependency from the 'arduino-cli' to create a device * Fixed URL of Arduino CLI homepage * Fixed URL of Arduino CLI installation instruction
1 parent e87bf00 commit 3f024b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This code is licensed under the terms of the GNU Affero General Public License v
1010

1111
* Install [the latest release](https://github.com/arduino/arduino-cloud-cli/releases).
1212
* A client ID and a secret ID, retrievable from the [cloud](https://cloud.arduino.cc/home/api-keys) by creating a new API key.
13+
* Optional: the command `arduino-cloud-cli device create` requires the `arduino-cli` tool installed on the system.
14+
So, if you plan to create a device on the Arduino Cloud via CLI, you need to install the `arduino-cli` following the instructions at [https://arduino.github.io/arduino-cli/latest/installation](https://arduino.github.io/arduino-cli/latest/installation)
15+
1316

1417
## Usage
1518

0 commit comments

Comments
 (0)