aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 785707fe5d..f2ba859c3d 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -716,7 +716,7 @@
<listitem><para><emphasis>Git Repository:</emphasis>
Use if you want to work with cutting edge development content:
<literallayout class='monospaced'>
- $ git clone &YOCTO_GIT_URL;.poky.git
+ $ git clone &YOCTO_GIT_URL;/poky.git
</literallayout></para></listitem>
</itemizedlist>
The remainder of the section assumes the Git repository method.
@@ -742,7 +742,7 @@
<ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto Project Build Directory</ulink>
name:
<literallayout class='monospaced'>
- $ source git/oe-init-build-env mybuilds
+ $ source poky/oe-init-build-env mybuilds
</literallayout>
At this point, the <filename>mybuilds</filename> directory has been created for you
and it is now your current working directory.