summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-07 10:56:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:51 +0100
commitef5017d43282091a512989a7b632d63bc6e2aecc (patch)
treedb9a8ca9851ad7d50dd2b7fd4963980ce09dc875 /documentation/adt-manual
parent7adb367e74e1aa5822b3af0bc4a33515a69d77d0 (diff)
downloadpoky-ef5017d43282091a512989a7b632d63bc6e2aecc.tar.gz
documentation/adt-manual/adt-prepare.xml: Update adt_install example
I added a command to the example that places the user in the adt-installer folder before they attempt to run scripts/adt_installer for completeness. (From yocto-docs rev: f098e1095d24d0271fb21f50aa848ebc05b828b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-prepare.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 383bb802b5..57d8c1f694 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -188,6 +188,7 @@
188 When you run the installer, the environment must use a 188 When you run the installer, the environment must use a
189 host <filename>gcc</filename>: 189 host <filename>gcc</filename>:
190 <literallayout class='monospaced'> 190 <literallayout class='monospaced'>
191 $ cd ~/adt-installer
191 $ ./adt_installer 192 $ ./adt_installer
192 </literallayout> 193 </literallayout>
193 </para> 194 </para>