From 159108db165f3ec5dee5ec40cb669597c7272158 Mon Sep 17 00:00:00 2001 From: JosephGregg Date: Mon, 11 Apr 2016 14:55:15 -0400 Subject: [PATCH] Update README.md instructions for installing required packages on debian and fedora operating systems. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e998b59..451930f 100644 --- a/README.md +++ b/README.md @@ -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