Use

    $ mkdir -p ~/bin

instead of

    $ mkdir ~/bin

to avoid errors in case ~/bin already exists.

Signed-off-by: Mario Domenech Goulart <[email protected]>
---
 user-guide/source/nsteps.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user-guide/source/nsteps.rst b/user-guide/source/nsteps.rst
index 213665e..a5922c6 100644
--- a/user-guide/source/nsteps.rst
+++ b/user-guide/source/nsteps.rst
@@ -5,7 +5,7 @@ Build and boot in *N*-steps
 
 2. Download the `repo`_ tool::
 
-    $ mkdir ~/bin
+    $ mkdir -p ~/bin
     $ PATH=~/bin:${PATH}
     $ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > 
~/bin/repo 
     $ chmod a+x ~/bin/repo
-- 
1.7.10.4

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to