From 38c3a7b9697e1845a67eea75409a33523314c927 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 31 Jul 2018 15:47:30 +0100 Subject: [PATCH] getting started: .zip download from github does not work --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 7048b62..ab94a8d 100644 --- a/README.adoc +++ b/README.adoc @@ -31,6 +31,8 @@ cd linux-kernel-module-cheat ./configure && ./build && ./run .... +It does not work if you just download the .zip from GitHub because we use Git submodules, you must clone this repo. `./configure` then fetches only the required submodules for you. + It is also trivial to build for different supported <>. The first configure will take a while (30 minutes to 2 hours) to clone and build, see <> for more details.