mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Merge pull request #415 from danwilhelm/powershell-correction
chore: Fix PowerShell capitalization
This commit is contained in:
commit
a75fdbd8ad
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
In Powershell, set `ExecutionPolicy` to `RemoteSigned`:
|
In PowerShell, set `ExecutionPolicy` to `RemoteSigned`:
|
||||||
|
|
||||||
```ps
|
```ps
|
||||||
Set-ExecutionPolicy RemoteSigned
|
Set-ExecutionPolicy RemoteSigned
|
||||||
|
|
Loading…
Reference in a new issue