summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-19 11:01:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-28 09:23:04 +0100
commitc548cc7b0a66485e1ac0a6afd8c625f27baf9f7d (patch)
tree71331779673c2c14b54b6fa5bfb6b89e3497335d /documentation
parent0a8a26d8bc7b26d71894eaabf5a2581a541f1ed0 (diff)
downloadpoky-c548cc7b0a66485e1ac0a6afd8c625f27baf9f7d.tar.gz
sdk-manual: Updated the Neon step to unpack the tarball
Steps indicated you had to be in a clean directory to unpack the tarball. This is false. You can be in any directory and unpack the file. Unpacking it puts all the files into a directory named "eclipse". (From yocto-docs rev: 426aa18db25dbc275674a8aef26ede586a79ed3f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-appendix-neon.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml
index e406d2ef9e..580b426b0c 100644
--- a/documentation/sdk-manual/sdk-appendix-neon.xml
+++ b/documentation/sdk-manual/sdk-appendix-neon.xml
@@ -62,8 +62,9 @@
62 Click through the process to save the file. 62 Click through the process to save the file.
63 </para></listitem> 63 </para></listitem>
64 <listitem><para><emphasis>Unpack the Tarball:</emphasis> 64 <listitem><para><emphasis>Unpack the Tarball:</emphasis>
65 Move to a clean directory and unpack the tarball. 65 Move to a directory and unpack the tarball.
66 Here is an example: 66 The following commands unpack the tarball into the
67 home directory:
67 <literallayout class='monospaced'> 68 <literallayout class='monospaced'>
68 $ cd ~ 69 $ cd ~
69 $ tar -xzvf ~/Downloads/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz 70 $ tar -xzvf ~/Downloads/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz