mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
PowerShell doesn't need /d
for cd
like cmd
parent
22feb97553
commit
a855512bb9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Also, do not change your DNS settings at this point.
|
|||
In the terminal, go to the directory you just extracted using the `cd` command, i.e. something like:
|
||||
|
||||
```bat
|
||||
cd /d D:\dnscrypt-proxy
|
||||
cd D:\dnscrypt-proxy
|
||||
```
|
||||
|
||||
The `dir` command should print a bunch of files, among which `dnscrypt-proxy.exe` and `example-dnscrypt-proxy.toml`.
|
||||
|
|
Loading…
Add table
Reference in a new issue