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 @@ Git Repository: Use if you want to work with cutting edge development content: - $ git clone &YOCTO_GIT_URL;.poky.git + $ git clone &YOCTO_GIT_URL;/poky.git The remainder of the section assumes the Git repository method. @@ -742,7 +742,7 @@ Yocto Project Build Directory name: - $ source git/oe-init-build-env mybuilds + $ source poky/oe-init-build-env mybuilds At this point, the mybuilds directory has been created for you and it is now your current working directory.