readme: move build and run docs in

This commit is contained in:
Ciro Santilli
2018-08-13 23:13:39 +01:00
parent d38a99754c
commit 0f5c5a9912
7 changed files with 152 additions and 144 deletions

4
run
View File

@@ -74,6 +74,10 @@ while getopts a:c:DdE:e:F:f:G:ghIiKkL:l:M:m:N:n:PQ:RrT:t:U:uVX:x OPT; do
cat build-usage.adoc 1>&2
exit
;;
h)
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#run" 2>&1
exit
;;
I)
initramfs=true
;;