Small clarification in the making-changes.rst documentation.
This commit is contained in:
parent
1c28126670
commit
2d4906ab9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user