From 94ad111dc70cb7b158818e2b81876656c8d554f4 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 9 Jan 2019 10:43:51 -0800 Subject: [PATCH] doc: update SKL NUC patch download instructions Include a line of script that download and untars the patch files Signed-off-by: David B. Kinder --- doc/tutorials/skl-nuc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/skl-nuc.rst b/doc/tutorials/skl-nuc.rst index 92fcc9fb8..896d5cc1f 100644 --- a/doc/tutorials/skl-nuc.rst +++ b/doc/tutorials/skl-nuc.rst @@ -60,7 +60,7 @@ Please follow the :ref:`getting-started-apl-nuc`, with the following changes: $ git clone https://github.com/projectacrn/acrn-hypervisor $ cd acrn-hypervisor $ git checkout acrn-2018w39.6-140000p - $ tar xf ~/Downloads/skl-patches-for-acrn.tar + $ curl https://projectacrn.github.io/latest/_static/downloads/skl-patches-for-acrn.tar | tar x $ git am *.patch $ make