summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index a8a5e64c22..7dfedd93b0 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -527,7 +527,7 @@
527 $ cd ~ 527 $ cd ~
528 $ git clone git://git.yoctoproject.org/poky 528 $ git clone git://git.yoctoproject.org/poky
529 $ cd poky 529 $ cd poky
530 $ git checkout &DISTRO_NAME; -b &DISTRO_NAME; 530 $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME;
531 </literallayout> 531 </literallayout>
532 In this example, the name of the top-level directory of your local Yocto Project 532 In this example, the name of the top-level directory of your local Yocto Project
533 Files Git repository is <filename>poky</filename>. 533 Files Git repository is <filename>poky</filename>.