From 84f1718348272ae347a539519119834791b2cd23 Mon Sep 17 00:00:00 2001 From: HelloZeroNet Date: Wed, 30 Mar 2016 22:58:26 +0200 Subject: [PATCH] Fix tor windows install methods and change newline character --- tools/tor/manual_install.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/tor/manual_install.txt b/tools/tor/manual_install.txt index e571d0f7..464a8a41 100644 --- a/tools/tor/manual_install.txt +++ b/tools/tor/manual_install.txt @@ -1,11 +1,11 @@ Minimum version requred: 0.2.7.5 Manual install method for Windows: - - The download/unpack process is automatized on Windows, but if its fails for any reasons follow the next steps! + - The download/unpack process is automatized on Windows, but if it's fails for any reasons follow the next steps. - Download Expert Bundle from https://www.torproject.org/download/download.html (tor-win32-*.zip) - Copy everything from the archive's `Tor` directory `tools\tor` and the files from `Data\Tor` to `tools\tor\data` (you need to create it) - You should get directory structure similar to this: - utils\tor: + tools\tor: │ libeay32.dll │ libevent-2-0-5.dll │ libevent_core-2-0-5.dll @@ -19,16 +19,16 @@ Manual install method for Windows: │ torrc │ zlib1.dll - utils\tor\data: + tools\tor\data: │ geoip │ geoip6 - - Start ZeroNet, it will run and use the utils\tor\tor.exe file + - Start ZeroNet, it will run and use the tools\tor\tor.exe file For other OS: - Follow install instructions at: https://www.torproject.org/docs/installguide.html.en - Edit torrc configuration file - - Remove the `#` character from line `ControlPort 9051` + - Remove the `#` character from line `# ControlPort 9051` - Restart tor service - Start ZeroNet -For more info check: http://zeronet.readthedocs.org/en/latest/faq/ \ No newline at end of file +For more info check: http://zeronet.readthedocs.org/en/latest/faq/