Skip to content

Commit e2b3b47

Browse files
authored
Update Tor doc for Windows (#1811)
Windows needs quotes around file paths.
1 parent 5a92f84 commit e2b3b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Tor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Open a CMD with administrator access
7676

7777
```shell
7878
cd c:\tor\Tor
79-
tor --service install -options -f c:\tor\Conf\torrc
79+
tor --service install -options -f "c:\tor\Conf\torrc"
8080
```
8181

8282
### Configure Tor hidden service

0 commit comments

Comments
 (0)