summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r--documentation/dev-manual/start.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 0f015d4340..e6cb6f4551 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -860,7 +860,7 @@ Initializing the Build Environment
860Before you can use Yocto you need to setup the build environment. 860Before you can use Yocto you need to setup the build environment.
861From within the ``poky`` directory, source the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment 861From within the ``poky`` directory, source the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment
862setup script to define Yocto Project's build environment on your build host:: 862setup script to define Yocto Project's build environment on your build host::
863 863
864 $ source oe-init-build-env 864 $ source oe-init-build-env
865 865
866Note, that this step will have to be repeated every time you open a new shell. 866Note, that this step will have to be repeated every time you open a new shell.