From 40df6d6927ed8941f7dd873069b0624e5015a68a Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Sun, 10 Apr 2016 09:41:11 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a13238..e998b59 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,19 @@ deanonymize. ## Dependencies * h12.me/socks - For the Tor SOCKS Proxy connection. -* github.com/xiam/exif & libexif-dev - For EXIF data extraction. +* github.com/xiam/exif & libexif-dev - For EXIF data extraction + +## Installing + +### Grab with go get + +`go get github.com/s-rah/onionscan` + +### Compile/Run from git cloned source + +`go install github.com/s-rah/onionscan` and then run the program in `./bin/onionscan`. + +Or, you can just do `go run github.com/s-rah/onionscan.go` to execute without compiling. ## Running