mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Mention "boards" command on QuickStart page
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
.. _quickstart:
|
.. _quickstart:
|
||||||
|
|
||||||
Quickstart
|
QuickStart
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
@ -9,15 +9,14 @@ Quickstart
|
|||||||
|
|
||||||
1. :ref:`Install PlatformIO <installation>`.
|
1. :ref:`Install PlatformIO <installation>`.
|
||||||
|
|
||||||
2. Find board ``type`` from :ref:`platforms` (you can choose multiple board
|
2. Find board ``type`` from :ref:`platforms` or via :ref:`cmd_boards` command.
|
||||||
types).
|
|
||||||
|
|
||||||
3. Initialize new PlatformIO based project with the pre-configured
|
3. Initialize new PlatformIO based project with the pre-configured
|
||||||
environments for your boards:
|
environments for your boards:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ platformio init --board=TYPE1 --board=TYPE2
|
$ platformio init --board=TYPE_1 --board=TYPE_2 --board=TYPE_N
|
||||||
|
|
||||||
The current working directory *** will be used for the new project.
|
The current working directory *** will be used for the new project.
|
||||||
You can specify another project directory via
|
You can specify another project directory via
|
||||||
|
Reference in New Issue
Block a user