From 1e9ac34e387d2afa2ceccc1f067c8f682f9b1caf Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 1 Nov 2017 14:28:45 +0000 Subject: [PATCH] clone recursive --- getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting-started.md b/getting-started.md index 7f18923..e10b745 100644 --- a/getting-started.md +++ b/getting-started.md @@ -42,6 +42,8 @@ The only advantage of using your host machine, is that you don't have to wait 2 ## Do the right thing and use a virtual machine + git clone --recursive https://github.com/cirosantilli/linux-kernel-module-cheat + cd linux-kernel-module-cheat sudo apt-get install libsdl2-dev sudo apt-get build-dep qemu ./run