PowerShell doesn't need /d for cd like cmd

lifenjoiner 2023-01-10 10:43:23 +08:00
parent 22feb97553
commit a855512bb9

@ -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`.