1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-17 01:32:35 +02:00

Merge pull request #415 from danwilhelm/powershell-correction

chore: Fix PowerShell capitalization
This commit is contained in:
fmoko
2020-05-29 00:32:45 +02:00
committed by GitHub

View File

@ -34,7 +34,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
## Windows
In Powershell, set `ExecutionPolicy` to `RemoteSigned`:
In PowerShell, set `ExecutionPolicy` to `RemoteSigned`:
```ps
Set-ExecutionPolicy RemoteSigned