Readme sync
diff --git a/index.md b/index.md index 251884e..098790a 100644 --- a/index.md +++ b/index.md
@@ -9,6 +9,12 @@ * Latest stable version: [2.5](https://github.com/google/honggfuzz/releases) * [Changelog](https://github.com/google/honggfuzz/blob/master/CHANGELOG) +## Installation +``` +sudo apt-get install binutils-dev libunwind-dev libblocksruntime-dev clang +make +``` + ## Features * It's __multi-process__ and __multi-threaded__: there's no need to run multiple copies of your fuzzer, as honggfuzz can unlock potential of all your available CPU cores with a single running instance. The file corpus is automatically shared and improved between all fuzzed processes.