From e2b3b4735d26c98561490422ccf162adb4e9e816 Mon Sep 17 00:00:00 2001 From: Dave Scotese Date: Tue, 18 May 2021 00:17:30 -0700 Subject: [PATCH] Update Tor doc for Windows (#1811) Windows needs quotes around file paths. --- docs/Tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tor.md b/docs/Tor.md index adc5267678..a63c4bae0e 100644 --- a/docs/Tor.md +++ b/docs/Tor.md @@ -76,7 +76,7 @@ Open a CMD with administrator access ```shell cd c:\tor\Tor -tor --service install -options -f c:\tor\Conf\torrc +tor --service install -options -f "c:\tor\Conf\torrc" ``` ### Configure Tor hidden service