From d1c34b5bdbc965163e7d706c1810376bffbbf4d9 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 13 Dec 2016 13:18:55 +0200 Subject: [PATCH] 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 --- doc/guides/linux_gsg/build_dpdk.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.20.1