diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 10:41:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:17 +0100 |
commit | 63e57d9cb516c993299e11ffeed3631097410911 (patch) | |
tree | d0b24c54f7472b95c15132cde1bdc5bb3c5e62d4 /documentation/ref-manual | |
parent | 78063fa86a7fdf3529af24f96be1271e13c18084 (diff) | |
download | poky-63e57d9cb516c993299e11ffeed3631097410911.tar.gz |
ref-manual: Updated buildtools example script
(From yocto-docs rev: f9d46c43a2f5961fb9bda6758f8c2cdeef100281)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 9e45787be6..aea1fdf187 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -454,7 +454,7 @@ | |||
454 | to install the tools. | 454 | to install the tools. |
455 | Here is an example: | 455 | Here is an example: |
456 | <literallayout class='monospaced'> | 456 | <literallayout class='monospaced'> |
457 | $ sh poky-glibc-x86_64-buildtools-tarball-x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh | 457 | $ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh |
458 | </literallayout> | 458 | </literallayout> |
459 | During execution, a prompt appears that allows you to | 459 | During execution, a prompt appears that allows you to |
460 | choose the installation directory. | 460 | choose the installation directory. |