From a64b276e9c02719a3e620c75aaa1ec490b240851 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 1 Jun 2018 15:35:23 +0100 Subject: [PATCH] prebuilt: must checkout to the corresponding release --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 546749b..4b21f8d 100644 --- a/README.adoc +++ b/README.adoc @@ -237,16 +237,17 @@ sudo apt-get install qemu-system-x86 git clone https://github.com/cirosantilli/linux-kernel-module-cheat cd linux-kernel-module-cheat .... -. go to the latest release link:https://github.com/cirosantilli/linux-kernel-module-cheat/releases[], download the `images-*.zip` file and extract it: +. go to the latest release link:https://github.com/cirosantilli/linux-kernel-module-cheat/releases[], download the `images-*.zip` file and extract it into the repository: + .... unzip images-*.zip .... + It is link:https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downloading-a-file-in-the-latest-release-of-a-repo/50540591#50540591[not possible to automate this step without the API], and I'm not venturing there this time -. run with the `-P` option: +. checkout to the release and run with the `-P` option: + .... +git checkout ./run -P ....