Skip to content

Commit a7905fb

Browse files
authored
Add Arduino CLI installation instructions (#1447)
1 parent 6e52b72 commit a7905fb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/install.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ prevent the Arduino IDE from accessing. For Arduino IDE V2, override the filesys
3838
restriction using ``flatpak override --user --filesystem=host cc.arduino.IDE2`` . For
3939
For Arduino IDE < V2, use ``flatpak override --user --filesystem=host cc.arduino.arduinoide``.
4040

41+
Installing via Arduino CLI
42+
--------------------------
43+
To install using the Arduino command line tool (arduino-cli):
44+
45+
.. code:: bash
46+
47+
arduino-cli config add board_manager.additional_urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
48+
arduino-cli core update-index
49+
arduino-cli core install rp2040:rp2040
50+
51+
To list the supported boards:
52+
53+
.. code:: bash
54+
55+
arduino-cli board listall | grep rp2040
56+
4157
Installing via GIT
4258
------------------
4359
To install via GIT (for latest and greatest versions):

0 commit comments

Comments
 (0)