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>
This commit is contained in:
Scott Rifenbark
2018-06-19 11:01:23 -07:00
committed by Richard Purdie
parent 0a8a26d8bc
commit c548cc7b0a

View File

@@ -62,8 +62,9 @@
Click through the process to save the file.
</para></listitem>
<listitem><para><emphasis>Unpack the Tarball:</emphasis>
Move to a clean directory and unpack the tarball.
Here is an example:
Move to a directory and unpack the tarball.
The following commands unpack the tarball into the
home directory:
<literallayout class='monospaced'>
$ cd ~
$ tar -xzvf ~/Downloads/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz