Update README.md
instructions for installing required packages on debian and fedora operating systems.
This commit is contained in:
parent
40df6d6927
commit
159108db16
12
README.md
12
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue