diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-06-19 11:01:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-28 09:22:57 +0100 |
commit | 1110ef2a9be4e785b15a41179a1943b3d76ace43 (patch) | |
tree | ea53961444d84b0188439abb97b2c6b20b7adc2f /documentation | |
parent | f9bfbc700a22caca0e667a83a2ca802d806e5a2b (diff) | |
download | poky-1110ef2a9be4e785b15a41179a1943b3d76ace43.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: 3e2fc8d013b51c1a90a44cf32a6cd69e2ef80a22)
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.xml | 5 |
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 |