diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 10:01:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:16 +0100 |
commit | 78063fa86a7fdf3529af24f96be1271e13c18084 (patch) | |
tree | e03a8dfd33180dc09e94cde69f00903714253c92 /documentation/ref-manual | |
parent | cef8b0f10f1a59924ee639b20e5c0b037e6956a1 (diff) | |
download | poky-78063fa86a7fdf3529af24f96be1271e13c18084.tar.gz |
ref-manual: Updated example buildtools .sh file.
(From yocto-docs rev: 36fecfc69f60c99a58c86fc3f1890382fb013887)
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 00d9678dbe..9e45787be6 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -370,7 +370,7 @@ | |||
370 | Execute the installation script. | 370 | Execute the installation script. |
371 | Here is an example: | 371 | Here is an example: |
372 | <literallayout class='monospaced'> | 372 | <literallayout class='monospaced'> |
373 | $ sh poky-glibc-x86_64-buildtools-tarball-x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh | 373 | $ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh |
374 | </literallayout> | 374 | </literallayout> |
375 | During execution, a prompt appears that allows you to | 375 | During execution, a prompt appears that allows you to |
376 | choose the installation directory. | 376 | choose the installation directory. |