From: Baruch Siach Date: Tue, 13 Dec 2016 11:18:55 +0000 (+0200) Subject: doc: fix source extract command in Linux guide X-Git-Tag: spdx-start~5283 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d1c34b5bdbc965163e7d706c1810376bffbbf4d9;p=dpdk.git doc: fix source extract command in Linux guide DPDK source archives are .tar.xz or .tar.gz, not .zip. Use .tar.xz in the instructions, since that is what the main download page links to. Also, correct the archive file and directory name capitalization. Signed-off-by: Baruch Siach Acked-by: John McNamara --- diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst index 527c38dc9a..51a6210620 100644 --- a/doc/guides/linux_gsg/build_dpdk.rst +++ b/doc/guides/linux_gsg/build_dpdk.rst @@ -45,8 +45,8 @@ First, uncompress the archive and move to the uncompressed DPDK source directory .. code-block:: console - unzip DPDK-.zip - cd DPDK- + tar xJf dpdk-.tar.xz + cd dpdk- The DPDK is composed of several directories: