Small clarification in the making-changes.rst documentation.

This commit is contained in:
Cocoacrumbs 2021-11-02 18:32:53 +01:00 committed by Abdelatif Guettouche
parent 1c28126670
commit 2d4906ab9b

View File

@ -44,15 +44,17 @@ Here's how to do it:
.. code-block:: bash
$ git clone <your forked incubator-nuttx project clone url>
$ git clone <your forked incubator-nuttx project clone url> nuttx
$ cd nuttx
$ git remote add upstream https://github.com/apache/incubator-nuttx.git
Do the same for your forked ``incubator-nuttx-apps`` project:
.. code-block:: bash
$ cd ../apps
$ git clone <your forked incubator-nuttx-apps project clone url>
$ cd ..
$ git clone <your forked incubator-nuttx-apps project clone url> apps
$ cd apps
$ git remote add upstream https://github.com/apache/incubator-nuttx-apps.git
#. Create a Local Git Branch