Update README.md

instructions for installing required packages on debian and fedora operating systems.
This commit is contained in:
JosephGregg 2016-04-11 14:55:15 -04:00
parent 40df6d6927
commit 159108db16
1 changed files with 10 additions and 2 deletions

View File

@ -4,10 +4,18 @@ The purpose of this tool is to make you a better onion service provider. You owe
it to yourself and your users to ensure that attackers cannot easily exploit and
deanonymize.
## Dependencies
## Go Dependencies
* h12.me/socks - For the Tor SOCKS Proxy connection.
* github.com/xiam/exif & libexif-dev - For EXIF data extraction
* github.com/xiam/exif - For EXIF data extraction.
## OS Package Dependencies
* libexif-dev on ubuntu/debian
`sudo apt-get install libexif-dev`
* libexif-devel on fedora
`sudo dnf install libexif-devel`
## Installing