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
|
.. 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
|
$ git remote add upstream https://github.com/apache/incubator-nuttx.git
|
||||||
|
|
||||||
Do the same for your forked ``incubator-nuttx-apps`` project:
|
Do the same for your forked ``incubator-nuttx-apps`` project:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ cd ../apps
|
$ cd ..
|
||||||
$ git clone <your forked incubator-nuttx-apps project clone url>
|
$ 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
|
$ git remote add upstream https://github.com/apache/incubator-nuttx-apps.git
|
||||||
|
|
||||||
#. Create a Local Git Branch
|
#. Create a Local Git Branch
|
||||||
|
Loading…
Reference in New Issue
Block a user