diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 26d6a656..a4dbd852 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -1,6 +1,6 @@ .. _quickstart: -Quickstart +QuickStart ========== .. note:: @@ -9,15 +9,14 @@ Quickstart 1. :ref:`Install PlatformIO `. -2. Find board ``type`` from :ref:`platforms` (you can choose multiple board - types). +2. Find board ``type`` from :ref:`platforms` or via :ref:`cmd_boards` command. 3. Initialize new PlatformIO based project with the pre-configured environments for your boards: .. 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. You can specify another project directory via