doc: Minor fixes to the Getting Started guide
A couple of minor fixes suggested by a user. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
9b13d51589
commit
271eb008cd
2 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,8 @@ the directory if it doesn't exist. See :ref:`west-multi-repo` for more details.
|
|||
Install Python Dependencies
|
||||
***************************
|
||||
|
||||
Install Python packages required by Zephyr:
|
||||
Install Python packages required by Zephyr. From the :file:`zephyrproject`
|
||||
folder that you :ref:`cloned Zephyr into <clone-zephyr>`:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
@ -198,6 +198,7 @@ Follow these steps to install the Zephyr SDK:
|
|||
.. code-block:: console
|
||||
|
||||
cd <sdk download directory>
|
||||
chmod +x zephyr-sdk-0.10.1-setup.run
|
||||
./zephyr-sdk-0.10.1-setup.run -- -d ~/zephyr-sdk-0.10.1
|
||||
|
||||
You can pick another directory if you want. If this fails, make sure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue