@@ -87,13 +87,13 @@ distribution:
see the :ref:`ref-manual/system-requirements:required packages for the build host`
section in the Yocto Project Reference Manual.
-Use Git to Clone bitbake-setup
-==============================
+Clone bitbake repositiory to get bitbake-setup
+==============================================
Once you complete the setup instructions for your machine, you need to
get a copy of the ``bitbake-setup`` tool to setup the :term:`Poky` reference
distribution on your build host. Use the following commands to clone
-the bitbake repository.
+the bitbake repository, which provides the ``bitbake-setup`` command.
.. code-block:: shell
The section title "Use Git to Clone bitbake-setup" is potentially misleading as it seems to suggest that one will clone a repository named "bitbake-setup"; rephrase to make it clear that one is cloning simply the "bitbake" repository. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---