diff --git a/README.md b/README.md index 93b2bc7..26efe2d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ OnionScan has two primary goals: ### A Note on Dependencies +OnionScan requires either Go 1.6 or 1.7. + In order to install OnionScan you will need the following dependencies not provided by the core go standard library: @@ -38,6 +40,8 @@ provided by the core go standard library: * github.com/rwcarlsen/goexif - For EXIF data extraction. * github.com/HouzuoGuo/tiedot/db - For crawl database. +See the wiki for guidance. + ### Grab with go get `go get github.com/s-rah/onionscan`