Skip to content

Commit be79d2a

Browse files
committed
more documentation updates
1 parent dea4ad4 commit be79d2a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ then it will attempt to install `gotor` to the `GOBIN` path after making the pat
9292
source install.sh # execute script
9393
```
9494

95+
You can now run
96+
```sh
97+
gotor -sever -h localhost -p 9050 # start server
98+
```
99+
and crawl using
100+
```sh
101+
python -m torbot -u https://www.example.com
102+
```
103+
95104
### Options
96105
<pre>
97106
usage: Gather and analayze data from Tor sites.

0 commit comments

Comments
 (0)