Shallow clone to save clone time and disk space

This commit is contained in:
Ciro Santilli
2017-11-16 23:03:59 +00:00
parent d37fa42a6f
commit 23eddfb2a2
3 changed files with 6 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ The only advantage of using your host machine is that you don't have to wait som
Reserve 12Gb of disk:
git clone --recursive https://github.com/cirosantilli/linux-kernel-module-cheat
git clone https://github.com/cirosantilli/linux-kernel-module-cheat
cd linux-kernel-module-cheat
./configure
./build