From 8225f0044df298977a62ef6a8271bc538a187113 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 1 Dec 2018 17:58:16 +0000 Subject: [PATCH] Add requirements --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e8d7fa5..900cff6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ out-of-tree kernel {module, exploit} development tool ![Screenshot](https://cloudflare-ipfs.com/ipfs/Qmb88fgdDjbWkxz91sWsgmoZZNfVThnCtj37u3mF2s3T3T) +## Requirements + +[Qemu](https://www.qemu.org), [docker](https://docker.com) and [golang](https://golang.org) is required. + +### Gentoo + + # emerge app-emulation/qemu app-emulation/docker dev-lang/go + +### macOS + + $ brew install go qemu + $ brew cask install docker + ## Installation $ go get github.com/jollheef/out-of-tree