From 79b8e6c24e777668bed78a9465bf09ad2e796bc4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 2 Jan 2015 15:19:44 +0200 Subject: [PATCH] Mention "boards" command on QuickStart page --- docs/quickstart.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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