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 ....