diff options
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r-- | documentation/ref-manual/introduction.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index a81f4cbe09..f0db72a461 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -402,14 +402,14 @@ | |||
402 | choose the installation directory. | 402 | choose the installation directory. |
403 | For example, you could choose the following: | 403 | For example, you could choose the following: |
404 | <literallayout class='monospaced'> | 404 | <literallayout class='monospaced'> |
405 | /home/your-username/buildtools | 405 | /home/<replaceable>your-username</replaceable>/buildtools |
406 | </literallayout> | 406 | </literallayout> |
407 | </para></listitem> | 407 | </para></listitem> |
408 | <listitem><para> | 408 | <listitem><para> |
409 | Source the tools environment setup script by using a | 409 | Source the tools environment setup script by using a |
410 | command like the following: | 410 | command like the following: |
411 | <literallayout class='monospaced'> | 411 | <literallayout class='monospaced'> |
412 | $ source /home/your-username/buildtools/environment-setup-i586-poky-linux | 412 | $ source /home/<replaceable>your-username</replaceable>/buildtools/environment-setup-i586-poky-linux |
413 | </literallayout> | 413 | </literallayout> |
414 | Of course, you need to supply your installation directory and be | 414 | Of course, you need to supply your installation directory and be |
415 | sure to use the right file (i.e. i585 or x86-64). | 415 | sure to use the right file (i.e. i585 or x86-64). |
@@ -488,14 +488,14 @@ | |||
488 | choose the installation directory. | 488 | choose the installation directory. |
489 | For example, you could choose the following: | 489 | For example, you could choose the following: |
490 | <literallayout class='monospaced'> | 490 | <literallayout class='monospaced'> |
491 | /home/your-username/buildtools | 491 | /home/<replaceable>your-username</replaceable>/buildtools |
492 | </literallayout> | 492 | </literallayout> |
493 | </para></listitem> | 493 | </para></listitem> |
494 | <listitem><para> | 494 | <listitem><para> |
495 | Source the tools environment setup script by using a | 495 | Source the tools environment setup script by using a |
496 | command like the following: | 496 | command like the following: |
497 | <literallayout class='monospaced'> | 497 | <literallayout class='monospaced'> |
498 | $ source /home/your-username/buildtools/environment-setup-i586-poky-linux | 498 | $ source /home/<replaceable>your-username</replaceable>/buildtools/environment-setup-i586-poky-linux |
499 | </literallayout> | 499 | </literallayout> |
500 | Of course, you need to supply your installation directory and be | 500 | Of course, you need to supply your installation directory and be |
501 | sure to use the right file (i.e. i585 or x86-64). | 501 | sure to use the right file (i.e. i585 or x86-64). |