diff --git a/Documentation/contributing/making-changes.rst b/Documentation/contributing/making-changes.rst index 239433e8ac..a3c1d7529a 100644 --- a/Documentation/contributing/making-changes.rst +++ b/Documentation/contributing/making-changes.rst @@ -44,15 +44,17 @@ Here's how to do it: .. code-block:: bash - $ git clone + $ git clone 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 + $ cd .. + $ git clone apps + $ cd apps $ git remote add upstream https://github.com/apache/incubator-nuttx-apps.git #. Create a Local Git Branch