prebuilt: must checkout to the corresponding release

This commit is contained in:
Ciro Santilli
2018-06-01 15:35:23 +01:00
parent cea0bd7f00
commit a64b276e9c

View File

@@ -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 <release-sha>
./run -P
....