chore: Add Powershell reminder

This commit is contained in:
Dan Wilhelm 2020-05-28 00:35:29 -07:00 committed by GitHub
parent 500422d594
commit e81adc2752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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