Update README.md

This commit is contained in:
Sarah Jamie Lewis 2016-04-10 09:41:11 -07:00
parent 9965cbe545
commit 40df6d6927
1 changed files with 13 additions and 1 deletions

View File

@ -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