mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-23 14:40:34 +01:00
Update Tor doc for Windows (#1811)
Windows needs quotes around file paths.
This commit is contained in:
parent
5a92f84744
commit
e2b3b4735d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue