Skip to content

Commit

Permalink
Update Tor doc for Windows (#1811)
Browse files Browse the repository at this point in the history
Windows needs quotes around file paths.
  • Loading branch information
dscotese authored May 18, 2021
1 parent 5a92f84 commit e2b3b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2b3b47

Please sign in to comment.