From a2d6f647f02eb21de5887785404ef5acc09c2315 Mon Sep 17 00:00:00 2001 From: Answans Date: Wed, 21 Apr 2021 14:36:08 +0200 Subject: [PATCH 1/2] added other tor install possibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96a37b9..6ceb9f4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ TorRequest:[TorRequest package](https://pypi.python.org/pypi/torrequest/0.1.0) ## How it works - 1.Install the tor using apt-get install tor + 1.Install the tor using apt-get install tor or brew install tor 2.Run the tor from terminal 3.By Defualt it use 9050 as Proxy port and 9051 as control port. 4.To change port configuration, Change it in /etc/tor/torrc file From d8b2d133c379a739685673a153663e61b8b70b02 Mon Sep 17 00:00:00 2001 From: Answans Date: Wed, 21 Apr 2021 14:42:17 +0200 Subject: [PATCH 2/2] code blocks for readability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ceb9f4..38d4f4d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ TorRequest:[TorRequest package](https://pypi.python.org/pypi/torrequest/0.1.0) ## How it works - 1.Install the tor using apt-get install tor or brew install tor + 1.Install the tor using ```apt-get install tor``` or ```brew install tor``` 2.Run the tor from terminal 3.By Defualt it use 9050 as Proxy port and 9051 as control port. 4.To change port configuration, Change it in /etc/tor/torrc file