diff --git a/documentation/source/quick-start/build-open-harmony.rst b/documentation/source/quick-start/build-open-harmony.rst
index 0443ee185a27e0edcc7807caa7946a368fda1ce8..5c7fa864ea1e60ac506cc9ec668e07b636c78fd9 100644
--- a/documentation/source/quick-start/build-open-harmony.rst
+++ b/documentation/source/quick-start/build-open-harmony.rst
@@ -47,14 +47,13 @@ Build and Run Using Zypher
       $ cd poky
       poky$ . oe-init-build-env
 
-2. Add layers for other kernels. Working directory will automatically change to ./poky/build. 
+2. Add layers for other kernels. 
 
  .. code-block:: console
 
       build$ bitbake-layers add-layer ../meta-openembedded/meta-oe
       build$ bitbake-layers add-layer ../meta-openembedded/meta-python
       build$ bitbake-layers add-layer ../meta-zephyr
-      build$ bitbake-layers add-layer ../meta-freertos
 
 3. Build distro by selecting the prefered board:
 
@@ -185,13 +184,12 @@ Build and Run Using FreeRTOS
       $ cd poky
       poky$ . oe-init-build-env
 
-2. Add layers for other kernels. Working directory will automatically change to ./poky/build. 
+2. Add layers for other kernels. 
 
  .. code-block:: console
 
       build$ bitbake-layers add-layer ../meta-openembedded/meta-oe
       build$ bitbake-layers add-layer ../meta-openembedded/meta-python
-      build$ bitbake-layers add-layer ../meta-zephyr
       build$ bitbake-layers add-layer ../meta-freertos
 
 3. Build distro by selecting the prefered board.