You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/11/02 19:22:23 UTC

[incubator-nuttx] branch master updated: Small clarification in the making-changes.rst documentation.

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d4906a  Small clarification in the making-changes.rst documentation.
2d4906a is described below

commit 2d4906ab9ba149102fa90201a8e1a4b9354acaad
Author: Cocoacrumbs <kv...@telenet.be>
AuthorDate: Tue Nov 2 18:32:53 2021 +0100

    Small clarification in the making-changes.rst documentation.
---
 Documentation/contributing/making-changes.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Documentation/contributing/making-changes.rst b/Documentation/contributing/making-changes.rst
index 239433e..a3c1d75 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 <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