summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/system-requirements.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index e9d995c61b..5e5c105d62 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -4,7 +4,7 @@
4System Requirements 4System Requirements
5******************* 5*******************
6 6
7Welcome to the Yocto Project Reference Manual! This manual provides 7Welcome to the Yocto Project Reference Manual. This manual provides
8reference information for the current release of the Yocto Project, and 8reference information for the current release of the Yocto Project, and
9is most effectively used after you have an understanding of the basics 9is most effectively used after you have an understanding of the basics
10of the Yocto Project. The manual is neither meant to be read as a 10of the Yocto Project. The manual is neither meant to be read as a
@@ -277,7 +277,8 @@ installer and automatically installs the tools for you:
2771. Execute the ``install-buildtools`` script. Here is an example:: 2771. Execute the ``install-buildtools`` script. Here is an example::
278 278
279 $ cd poky 279 $ cd poky
280 $ scripts/install-buildtools --without-extended-buildtools \ 280 $ scripts/install-buildtools \
281 --without-extended-buildtools \
281 --base-url &YOCTO_DL_URL;/releases/yocto \ 282 --base-url &YOCTO_DL_URL;/releases/yocto \
282 --release yocto-&DISTRO; \ 283 --release yocto-&DISTRO; \
283 --installer-version &DISTRO; 284 --installer-version &DISTRO;